diff --git a/forgejo-test-helper.sh b/forgejo-test-helper.sh index bad0b6d..e2cd4b0 100755 --- a/forgejo-test-helper.sh +++ b/forgejo-test-helper.sh @@ -51,7 +51,10 @@ function push() { local workflows=$dir/.forgejo/workflows/*.yml if test "$(echo $workflows)" != "$workflows"; then - sed -i -e "s|SELF|$url/$owner/$self_action|" $dir/.forgejo/workflows/*.yml + sed -i \ + -e "s|SELF|$url/$owner/$self_action|" \ + -e "s|FORGEJO_URL|$url|" \ + $dir/.forgejo/workflows/*.yml fi ( cd $dir