Skip to content

Commit 140d2b5

Browse files
committed
fixed case mis-match
1 parent 7ed7a69 commit 140d2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: adriangl/check-new-commits-action@v1
7474
with:
7575
seconds: 86400 # One day in seconds
76-
branch: '${{ steps.get-branch-name.outputs.branch_ref }}'
76+
branch: '${{ steps.get-branch-name.outputs.BRANCH_REF }}'
7777
if: ${{ (inputs.use_environ == 'snapshots' && inputs.use_ignore == 'check') }}
7878

7979
- run: echo "You have ${{ steps.check-new-commits.outputs.new-commits-number }} new commit(s) in ${{ steps.get-branch-name.outputs.BRANCH_REF }} ✅!"

0 commit comments

Comments
 (0)