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.
1 parent 5f836f2 commit 857f4c6Copy full SHA for 857f4c6
.github/workflows/artifact_redirect.yml
@@ -9,7 +9,7 @@ jobs:
9
circleci_artifacts_redirector_job:
10
runs-on: ubuntu-latest
11
# For testing this action on a fork, remove the "github.repository =="" condition.
12
- if: github.event.context == 'ci/circleci: build-book'"
+ if: "github.event.context == 'ci/circleci: build-book'"
13
permissions:
14
statuses: write
15
name: Run CircleCI artifacts redirector
0 commit comments