Skip to content

Commit

Permalink
fix: workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Dec 7, 2023
1 parent 4eb8da6 commit 4a60b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
- run: git config --global url.https://${USERNAME}:${GITHUB_TOKEN}@github.com/.insteadOf https://github.com/
- run: git config --global url.https://oauth2:${GITHUB_TOKEN}@github.com/.insteadOf https://github.com/
- name: Compile
if: steps.cache-binaries.outputs.cache-hit != 'true' && env.GIT_DIFF
run: |
Expand All @@ -71,7 +71,7 @@ jobs:
check-latest: true
cache: true
cache-dependency-path: go.sum
- run: git config --global url.https://${USERNAME}:${GITHUB_TOKEN}@github.com/.insteadOf https://github.com/
- run: git config --global url.https://oauth2:${GITHUB_TOKEN}@github.com/.insteadOf https://github.com/
- uses: technote-space/[email protected]
id: git_diff
with:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
with:
go-version: "1.21"
- uses: actions/checkout@v4
- run: git config --global url.https://${USERNAME}:${GITHUB_TOKEN}@github.com/.insteadOf https://github.com/
- run: git config --global url.https://oauth2:${GITHUB_TOKEN}@github.com/.insteadOf https://github.com/
- uses: technote-space/[email protected]
with:
PATTERNS: |
Expand Down

0 comments on commit 4a60b64

Please sign in to comment.