mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-06-28 03:13:43 +00:00
fallback to env.GITHUB_SERVER_URL if FORGEJO is not set
This commit is contained in:
parent
ba62e00392
commit
cb070c9a96
2 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,6 @@ jobs:
|
|||
- id: release-upload
|
||||
uses: SELF@vTest
|
||||
with:
|
||||
url: FORGEJO_URL
|
||||
direction: upload
|
||||
tag: v1.0
|
||||
doer: testuser
|
||||
|
@ -18,7 +17,6 @@ jobs:
|
|||
- id: release-download
|
||||
uses: SELF@vTest
|
||||
with:
|
||||
url: FORGEJO_URL
|
||||
direction: download
|
||||
tag: v1.0
|
||||
doer: testuser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue