mirror of
https://code.forgejo.org/actions/setup-forgejo
synced 2025-06-07 19:48:19 +02:00
fix: cascade needs to use data.forgejo.org (#338)
Reviewed-on: https://code.forgejo.org/actions/setup-forgejo/pulls/338 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
07557e069b
commit
c866283b9e
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ branch=$(jq --raw-output .head.ref <$setup_forgejo_pr)
|
|||
test "$branch" != null
|
||||
|
||||
cd $end_to_end
|
||||
sed -i -e "s|https://code.forgejo.org/actions/setup-forgejo.*|$url@$branch|" .forgejo/prepare-end-to-end/action.yml
|
||||
sed -i -e "s|https://data.forgejo.org/actions/setup-forgejo.*|$url@$branch|" .forgejo/prepare-end-to-end/action.yml
|
||||
date >last-upgrade
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue