Browse Source
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastián Ramírez <[email protected]>pull/9249/head
committed by
GitHub
2 changed files with 2 additions and 2 deletions
@ -16,7 +16,7 @@ jobs: |
|||||
rm -rf ./site |
rm -rf ./site |
||||
mkdir ./site |
mkdir ./site |
||||
- name: Download Artifact Docs |
- name: Download Artifact Docs |
||||
uses: dawidd6/[email protected]4.3 |
uses: dawidd6/[email protected]6.0 |
||||
with: |
with: |
||||
github_token: ${{ secrets.GITHUB_TOKEN }} |
github_token: ${{ secrets.GITHUB_TOKEN }} |
||||
workflow: build-docs.yml |
workflow: build-docs.yml |
||||
|
@ -20,7 +20,7 @@ jobs: |
|||||
|
|
||||
- run: pip install smokeshow |
- run: pip install smokeshow |
||||
|
|
||||
- uses: dawidd6/[email protected]4.3 |
- uses: dawidd6/[email protected]6.0 |
||||
with: |
with: |
||||
workflow: test.yml |
workflow: test.yml |
||||
commit: ${{ github.event.workflow_run.head_sha }} |
commit: ${{ github.event.workflow_run.head_sha }} |
||||
|
Loading…
Reference in new issue