We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed7a69 commit 140d2b5Copy full SHA for 140d2b5
.github/workflows/tarball.yml
@@ -73,7 +73,7 @@ jobs:
73
uses: adriangl/check-new-commits-action@v1
74
with:
75
seconds: 86400 # One day in seconds
76
- branch: '${{ steps.get-branch-name.outputs.branch_ref }}'
+ branch: '${{ steps.get-branch-name.outputs.BRANCH_REF }}'
77
if: ${{ (inputs.use_environ == 'snapshots' && inputs.use_ignore == 'check') }}
78
79
- 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