forgejo fixes
This commit is contained in:
parent
263f8c9ec1
commit
94c9ab60d4
2 changed files with 3 additions and 3 deletions
|
@ -249,7 +249,7 @@ data:
|
||||||
{{svg "octicon-person"}} {{ctx.Locale.Tr "register"}}
|
{{svg "octicon-person"}} {{ctx.Locale.Tr "register"}}
|
||||||
</a>
|
</a>
|
||||||
{{end}}
|
{{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"}}
|
{{svg "octicon-sign-in"}} {{ctx.Locale.Tr "sign_in"}}
|
||||||
</a>
|
</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
|
@ -30,8 +30,8 @@ runner:
|
||||||
labels: [
|
labels: [
|
||||||
"docker:docker://node:20-bookworm",
|
"docker:docker://node:20-bookworm",
|
||||||
"node20:docker://node:20-bookworm",
|
"node20:docker://node:20-bookworm",
|
||||||
"ubuntu-latest:docker://node:20-bookworm",
|
"ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-20.04",
|
||||||
"ubuntu-22.04:docker://node:16-bullseye"
|
"ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
|
||||||
]
|
]
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Reference in a new issue