Compare commits

..
Author SHA1 Message Date
phoenix 3aab2f01ab tsk-8: Workflow tweaks 2025-11-24 16:25:56 -05:00
phoenix b4359d931d tsk-8: Renamed pkg 2025-11-24 16:23:13 -05:00
10 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -11,13 +11,13 @@ jobs:
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v6
with:
go-version: '1.25.4'
- name: Configure Git for SSH
run: |
git config --global url."git@git.kundeng.us:".insteadOf "https://git.kundeng.us/"
go env -w GOPRIVATE=git.kundeng.us/phoenix/*
git config --global url."git@${{ secrets.GIT_HOST_ROOT }}:".insteadOf "https://${{ secrets.GIT_HOST_ROOT }}/"
go env -w GOPRIVATE=${{ secrets.GIT_HOST_ROOT }}/phoenix/*
- name: Download dependencies
run: |