We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0a3f1 commit 8a44eb4Copy full SHA for 8a44eb4
.forgejo/workflows/test.yml
@@ -14,7 +14,6 @@ env:
14
FORGEJO_RUNNER_SECRET: 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'
15
FORGEJO_SCRIPT: |
16
/usr/bin/s6-svscan /etc/s6 & sleep 10 ; su -c "forgejo admin user create --admin --username $FORGEJO_ADMIN_USER --password $FORGEJO_ADMIN_PASSWORD --email [email protected]" git && su -c "forgejo forgejo-cli actions register --labels docker --name therunner --secret $FORGEJO_RUNNER_SECRET" git && sleep infinity
17
- GOPROXY: https://goproxy.io,direct
18
19
jobs:
20
build-and-tests:
0 commit comments