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 27a2bb9 + 51b33e1 commit f0fc483Copy full SHA for f0fc483
.github/workflows/analyze.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
if: "!contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]')"
18
steps:
19
- - uses: styfle/cancel-workflow-action@0.12.1
+ - uses: styfle/cancel-workflow-action@0.13.0
20
with:
21
access_token: ${{ github.token }}
22
0 commit comments