We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
set-env
1 parent 8d750e3 commit ddcd5ccCopy full SHA for ddcd5cc
.github/workflows/ci-pytorch-test-tpu.yml
@@ -60,8 +60,8 @@ jobs:
60
# https://github.com/actions/setup-go/issues/12#issuecomment-583361333
61
- name: Set GOPATH
62
run: |
63
- echo "##[set-env name=GOPATH;]$(dirname $GITHUB_WORKSPACE)"
64
- echo "##[add-path]$(dirname $GITHUB_WORKSPACE)/bin"
+ echo "{GOPATH}=$(dirname $GITHUB_WORKSPACE)" >> $GITHUB_ENV
+ echo "$(dirname $GITHUB_WORKSPACE)/bin" >> $GITHUB_PATH
65
shell: bash
66
67
- name: Install jsonnet
0 commit comments