mirror of
https://github.com/RGBCube/cinny
synced 2025-08-01 09:27:46 +00:00
Remove unused deps, restore github-script to 3.1.0
This commit is contained in:
parent
53cc929a72
commit
e4571bf668
3 changed files with 8 additions and 101 deletions
2
.github/workflows/deploy-pull-request.yml
vendored
2
.github/workflows/deploy-pull-request.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
# workflow_run action (https://github.com/actions/download-artifact/issues/60)
|
||||
# so instead we get this mess:
|
||||
- name: 'Download artifact'
|
||||
uses: actions/github-script@v5.1.0
|
||||
uses: actions/github-script@v3.1.0
|
||||
with:
|
||||
script: |
|
||||
var artifacts = await github.actions.listWorkflowRunArtifacts({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue