use forgejo fork
This commit is contained in:
parent
dba881ae17
commit
411285d313
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ 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: actions/download-artifact@v4
|
- uses: forgejo/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: package
|
name: package
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
|
Loading…
Reference in a new issue