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.
2 parents d0b5beb + d3131ba commit 23157aeCopy full SHA for 23157ae
.github/workflows/create_release.yml
@@ -25,7 +25,7 @@ jobs:
25
echo "TODAY=$(date +'%d')" >> $GITHUB_ENV
26
27
- name: Fail the job if date < 20
28
- if: ${{ env.TODAY }} < 20
+ if: env.TODAY < 20
29
uses: actions/github-script@v5
30
with:
31
script: core.setFailed('This workflow should be triggered only at the end of the month, or else it will create a release for the wrong month.')
0 commit comments