Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Jul 15, 2024
1 parent 89e398e commit 0ddf8b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
fetch-depth: 0

- name: Test version stuff local
- name: Test version stuff (local)
run: |
echo GITHUB_REF=$GITHUB_REF
echo GITHUB_REF_NAME=$GITHUB_REF_NAME
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
with:
fetch-depth: 0

- name: Test version stuff remote
- name: Test version stuff (remote)
run: |
echo GITHUB_REF=$GITHUB_REF
echo GITHUB_REF_NAME=$GITHUB_REF_NAME
Expand Down

0 comments on commit 0ddf8b1

Please sign in to comment.