Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrezn committed Nov 10, 2023
1 parent accd053 commit 216ba93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ runs:
if: github.event.action != 'closed'
run: |
de --no-keyfile deploy ${{ inputs.app_directory }} --name ${{ steps.app_name.outputs.app_name }} --message "Deployed commit: $GITHUB_SHA" -y
de --no-keyfile apps update --name ${{ steps.app_name.outputs.app_name }} --add-group-editor "${{ inputs.group_co_owners }}" --add-group-viewer "${{ inputs.group_viewers }}"
de --no-keyfile apps update --name ${{ steps.app_name.outputs.app_name }} --add-group-co-owner "${{ inputs.group_co_owners }}" --add-group-viewer "${{ inputs.group_viewers }}"
env:
DASH_ENTERPRISE_HOST: ${{inputs.DE_HOST}}
DASH_ENTERPRISE_PASSWORD: ${{inputs.DE_PASSWORD}}
Expand Down

0 comments on commit 216ba93

Please sign in to comment.