forgejo fixes

This commit is contained in:
Finn 2024-04-25 10:05:25 -07:00
parent 263f8c9ec1
commit 94c9ab60d4
2 changed files with 3 additions and 3 deletions

View file

@ -249,7 +249,7 @@ data:
{{svg "octicon-person"}} {{ctx.Locale.Tr "register"}}
</a>
{{end}}
<a class="item{{if .PageIsSignIn}} active{{end}}" rel="nofollow" href="{{AppSubUrl}}/user/oauth2/MY_OAUTH_PROVIDER_NAME{{if not .PageIsSignIn}}?redirect_to={{.CurrentURL}}{{end}}">
<a class="item{{if .PageIsSignIn}} active{{end}}" rel="nofollow" href="{{AppSubUrl}}/user/oauth2/Janky%20Solutions{{if not .PageIsSignIn}}?redirect_to={{.CurrentURL}}{{end}}">
{{svg "octicon-sign-in"}} {{ctx.Locale.Tr "sign_in"}}
</a>
{{end}}

View file

@ -30,8 +30,8 @@ runner:
labels: [
"docker:docker://node:20-bookworm",
"node20:docker://node:20-bookworm",
"ubuntu-latest:docker://node:20-bookworm",
"ubuntu-22.04:docker://node:16-bullseye"
"ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-20.04",
"ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
]
cache: