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 0c62e06 commit 003b2d7Copy full SHA for 003b2d7
.github/workflows/artifacts.yml
@@ -0,0 +1,12 @@
1
+on: [status]
2
+
3
+jobs:
4
+ circleci_artifacts_redirector_job:
5
+ runs-on: ubuntu-latest
6
+ name: Run CircleCI artifacts redirector
7
+ steps:
8
+ - name: GitHub Action step
9
+ uses: larsoner/circleci-artifacts-redirector-action@master
10
+ with:
11
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
12
+ artifact-path: 0/html/index.html
0 commit comments