Skip to content

Commit d3d928b

Browse files
committed
Address review
1 parent 189c9af commit d3d928b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ GitHub Action to add a GitHub status link to a CircleCI artifact.
44

55
## Example usage
66

7+
Sample `.github/workflows/circleci_redirect.yml`:
8+
9+
710
```YAML
811
on: [status]
912

@@ -26,7 +29,7 @@ jobs:
2629
artifact-path: 0/test_artifacts/root_artifact.md
2730
circleci-jobs: build_doc
2831
job-title: Check the rendered docs here!
29-
domain: output.circle-artifacts.com # or a proxy address to work around routing issues
32+
domain:
3033
- name: Check the URL
3134
if: github.event.status != 'pending'
3235
run: |

0 commit comments

Comments
 (0)