Skip to content

Commit

Permalink
Merge pull request #59 from shogo82148/migrate-set-env-command
Browse files Browse the repository at this point in the history
migrate `set-env` command to file commands
  • Loading branch information
shogo82148 committed Oct 11, 2020
2 parents 55ea42a + 8e4f5bd commit 92b38ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: go
- run: |
go version
echo ::set-env name=GOPATH::$GITHUB_WORKSPACE
echo GOPATH="$GITHUB_WORKSPACE" >> "$GITHUB_ENV"
shell: bash
- name: Check out code into the Go module directory
Expand Down

0 comments on commit 92b38ee

Please sign in to comment.