Skip to content

Commit

Permalink
[~] modify env variables name
Browse files Browse the repository at this point in the history
  • Loading branch information
Noooste committed Aug 21, 2023
1 parent a8199d8 commit 79592ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
go test -v ./... -covermode=count -coverprofile=coverage.out
go tool cover -func=coverage.out -o=coverage.out
env:
HTTPS_PROXY: ${{ secrets.HTTPS_PROXY }}
HTTP_PROXY: ${{ secrets.HTTP_PROXY }}
SECURE_PROXY: ${{ secrets.SECURE_PROXY }}
NON_SECURE_PROXY: ${{ secrets.NON_SECURE_PROXY }}

- name: Go Coverage Badge # Pass the `coverage.out` output to this action
uses: tj-actions/coverage-badge-go@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- name: Run tests
run: go test -cover ./...
env:
HTTPS_PROXY: ${{ secrets.HTTPS_PROXY }}
HTTP_PROXY: ${{ secrets.HTTP_PROXY }}
SECURE_PROXY: ${{ secrets.SECURE_PROXY }}
NON_SECURE_PROXY: ${{ secrets.NON_SECURE_PROXY }}

0 comments on commit 79592ef

Please sign in to comment.