mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-27 07:10:59 -05:00
cascade: end-to-end usage of setup-forgejo moved to another workflow
This commit is contained in:
parent
5ff43f6662
commit
fe36af9367
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/workflows/actions.yml
|
||||
sed -i -e "s|https://code.forgejo.org/actions/setup-forgejo.*|$url@$branch|" .forgejo/prepare-end-to-end/action.yml
|
||||
date > last-upgrade
|
||||
|
|
Loading…
Reference in a new issue