1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2024-09-07 20:07:19 +00:00

cascade: end-to-end usage of setup-forgejo moved to another workflow

This commit is contained in:
Earl Warren 2024-03-21 06:18:03 +01:00
parent 5ff43f6662
commit fe36af9367
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

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