Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Jul 3, 2024
1 parent 2958bf3 commit 05a8477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-configset-workshop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check that the tag exists in repo
id: tag_check
env:
TAG: ${{ github.event.inputs.tag }
TAG: ${{ github.event.inputs.tag }}
run: |
if [ -z $TAG ]; then
echo "tag=`git rev-parse HEAD`" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 05a8477

Please sign in to comment.