Skip to content

Commit

Permalink
ci/github: Replace set-env command by echo
Browse files Browse the repository at this point in the history
  • Loading branch information
sayboras authored and jibi committed Nov 17, 2020
1 parent 493451f commit 659da4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
sudo chmod +x bin/protoc && sudo cp bin/protoc /usr/local/bin
- name: Set GOPATH
run: |
echo "##[set-env name=GOPATH;]$GITHUB_WORKSPACE"
echo "GOPATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV
shell: bash
- name: Check k8s generated files
run: |
Expand Down

0 comments on commit 659da4b

Please sign in to comment.