Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Sep 19, 2023
1 parent 1261fe9 commit c9c18e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Get Short SHA
id: vars
run: |
echo "sha_short=$(echo ${{steps.tag_id.outputs.release_sha}} | cut -c -7)" >> $GITHUB_OUTPUT
echo "image_tag_sha=sha-$(echo ${{steps.tag_id.outputs.release_sha}} | cut -c -7)" >> $GITHUB_OUTPUT
# - name: Trigger Deployment to ${{github.event.inputs.environment}}
# uses: ./.github/workflows/actions/deploy
Expand All @@ -77,7 +77,7 @@ jobs:
id: deploy
with:
environment: "${{github.event.inputs.environment}}"
sha: "${{ steps.vars.outputs.sha_short }}"
sha: "${{ steps.vars.outputs.image_tag_sha }}"
azure-credentials: ${{ secrets.AZURE_CREDENTIALS }}

- name: Slack Release Notification
Expand Down

0 comments on commit c9c18e9

Please sign in to comment.