Skip to content

Commit

Permalink
fix wrong variable reference in deploy-testing github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zcernigoj committed Oct 19, 2023
1 parent 9d7193f commit 068536d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
echo "Tag name from github.ref_name: ${{ github.ref_name }}"
echo "Tag name from GITHUB_REF_TAG: ${{ GITHUB_REF_TAG }}"
echo "Tag name from GITHUB_REF_TAG: $GITHUB_REF_TAG"
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 068536d

Please sign in to comment.