mirror of
https://code.forgejo.org/actions/setup-forgejo
synced 2025-07-07 01:05:59 +02:00
fix: use code.forgejo.org by default instead of codeberg.org (#316)
It is more reliable. Reviewed-on: https://code.forgejo.org/actions/setup-forgejo/pulls/316 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> Co-authored-by: limiting-factor <limiting-factor@posteo.com> Co-committed-by: limiting-factor <limiting-factor@posteo.com>
This commit is contained in:
parent
e08f3910d3
commit
844047d85d
6 changed files with 9 additions and 9 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
- id: forgejo
|
||||
uses: SELF@vTest
|
||||
with:
|
||||
binary: https://codeberg.org/forgejo/forgejo/releases/download/v1.20.6-1/forgejo-1.20.6-1-linux-amd64
|
||||
binary: https://code.forgejo.org/forgejo/forgejo/releases/download/v1.20.6-1/forgejo-1.20.6-1-linux-amd64
|
||||
- run: |
|
||||
echo +++++++++++++++++++++++++++++++++++++++++++
|
||||
echo sanity checking the reset of setup-forgejo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue