Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Fix deprecated PATH extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottovsky committed Jan 14, 2021
1 parent 452ece1 commit 5b0917b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Setup PATH
run: echo "::add-path::${GOPATH}/bin"
run: echo "${GOPATH}/bin" >> $GITHUB_PATH

- name: Install dependencies
run: make deps && go get -v github.com/mattn/goveralls
Expand Down Expand Up @@ -85,4 +85,4 @@ jobs:
path: go/src/github.com/microservices-demo/user/docker/user-db
repository: ${{ env.GROUP }}/${{ env.REPO }}
tag_with_ref: true
tag_with_sha: true
tag_with_sha: true

0 comments on commit 5b0917b

Please sign in to comment.