This commit is contained in:
2025-06-24 01:06:53 +02:00
parent 6da388d0b9
commit 6e39c3d486

View File

@@ -10,10 +10,10 @@ jobs:
steps:
- name: Install node and go
run: apk add nodejs go
- name: ssh repo
run: git config --global url.git@gitea-ssh.engen.priv.no:.insteadOf https://gitea.engen.priv.no/
- name: Check out repository code
uses: actions/checkout@v4
- name: ssh repo
run: git config --global url.git@gitea-ssh.engen.priv.no:.insteadOf https://gitea.engen.priv.no/
- name: Build
run: go build cmd/main.go