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 189c9af commit d3d928bCopy full SHA for d3d928b
README.md
@@ -4,6 +4,9 @@ GitHub Action to add a GitHub status link to a CircleCI artifact.
4
5
## Example usage
6
7
+Sample `.github/workflows/circleci_redirect.yml`:
8
+
9
10
```YAML
11
on: [status]
12
@@ -26,7 +29,7 @@ jobs:
26
29
artifact-path: 0/test_artifacts/root_artifact.md
27
30
circleci-jobs: build_doc
28
31
job-title: Check the rendered docs here!
- domain: output.circle-artifacts.com # or a proxy address to work around routing issues
32
+ domain:
33
- name: Check the URL
34
if: github.event.status != 'pending'
35
run: |
0 commit comments