fallback to env.GITHUB_SERVER_URL if FORGEJO is not set

This commit is contained in:
Earl Warren 2023-03-30 15:37:51 +02:00
parent ba62e00392
commit cb070c9a96
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 4 additions and 3 deletions

View file

@ -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