Skip to content

Commit

Permalink
print github tag 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 1a263d6 commit 19b78bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: GitHub Tag Name example
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_name: ${{ env.GITHUB_REF_NAME }}"
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 19b78bc

Please sign in to comment.