We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e2a29b + 1869e7d commit cb429a2Copy full SHA for cb429a2
.github/workflows/actionlint.yml
@@ -67,7 +67,7 @@ jobs:
67
if: >
68
always() &&
69
!contains(fromJSON('[["cancelled", "skipped"]]'), needs.workflow_syntax.result) &&
70
- !github.repository.private
+ !github.event.repository.private
71
runs-on: ubuntu-latest
72
permissions:
73
contents: read
0 commit comments