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 3acf773 + 745acd4 commit 80299aeCopy full SHA for 80299ae
.github/workflows/actionlint.yml
@@ -64,7 +64,7 @@ jobs:
64
# This is only available on public repositories.
65
if: >
66
always() &&
67
- !contains(fromJSON('[["cancelled", "skipped"]]'), needs.workflow_syntax.result) &&
+ !contains(fromJSON('["cancelled", "skipped"]'), needs.workflow_syntax.result) &&
68
!github.event.repository.private
69
runs-on: ubuntu-latest
70
permissions:
0 commit comments