Skip to content

Commit cb429a2

Browse files
authored
Merge pull request #201 from Homebrew/fix-actionlint
2 parents 1e2a29b + 1869e7d commit cb429a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actionlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: >
6868
always() &&
6969
!contains(fromJSON('[["cancelled", "skipped"]]'), needs.workflow_syntax.result) &&
70-
!github.repository.private
70+
!github.event.repository.private
7171
runs-on: ubuntu-latest
7272
permissions:
7373
contents: read

0 commit comments

Comments
 (0)