We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4518f18 commit 75e903cCopy full SHA for 75e903c
.github/workflows/publish_release.yml
@@ -32,8 +32,6 @@ jobs:
32
# checks if there's a commit in last 24hr
33
check_date:
34
runs-on: ubuntu-latest
35
- outputs:
36
- should_run: ${{ steps.should_run.outputs.should_run }}
37
steps:
38
- uses: actions/checkout@v2
39
- name: print latest_commit
@@ -45,7 +43,7 @@ jobs:
45
43
run: |
46
44
test -z $(git rev-list --after="24 hours" ${{ github.sha }}) \
47
&& (gh run cancel ${{ github.run_id }} \
48
- && gh run watch ${{ github.run_id }})"
+ && gh run watch ${{ github.run_id }})
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
publish_release:
0 commit comments