Skip to content

Commit 857f4c6

Browse files
authored
Fix: missing quote
1 parent 5f836f2 commit 857f4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artifact_redirect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
circleci_artifacts_redirector_job:
1010
runs-on: ubuntu-latest
1111
# For testing this action on a fork, remove the "github.repository =="" condition.
12-
if: github.event.context == 'ci/circleci: build-book'"
12+
if: "github.event.context == 'ci/circleci: build-book'"
1313
permissions:
1414
statuses: write
1515
name: Run CircleCI artifacts redirector

0 commit comments

Comments
 (0)