use download-artifacts
This commit is contained in:
parent
2bf9c29f32
commit
eee27d31b8
1 changed files with 3 additions and 2 deletions
|
@ -12,10 +12,11 @@ jobs:
|
||||||
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
|
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
|
||||||
steps:
|
steps:
|
||||||
- run: apk add nodejs curl
|
- run: apk add nodejs curl
|
||||||
- uses: https://github.com/dawidd6/action-download-artifact@v6
|
- uses: forgejo/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
github_token: fba910ba3838eed907970fc162cd48b51db4378e
|
github_token: fba910ba3838eed907970fc162cd48b51db4378e
|
||||||
commit: 444d72c90d8e82915781beb5712f96266a787aeb
|
repository: forge/ayaports
|
||||||
|
run-id: 45
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
echo "Deploying..."
|
echo "Deploying..."
|
||||||
|
|
Loading…
Reference in a new issue