Skip to content

Commit

Permalink
ci: deploy script missing variable escape
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko-von-Leipzig committed Dec 7, 2024
1 parent 1a33337 commit 0ed138c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if: ${{ !startsWith(inputs.gitref, 'v') }}
uses: ./.github/actions/build_package
with:
gitref: inputs.gitref
gitref: ${{ inputs.gitref }}

# Configure AWS communication via SSM.
- name: Configure AWS credentials
Expand Down

0 comments on commit 0ed138c

Please sign in to comment.