mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add RUNNER env variables
This commit is contained in:
1
.github/actions/setup-rocm/action.yml
vendored
1
.github/actions/setup-rocm/action.yml
vendored
@ -130,3 +130,4 @@ runs:
|
||||
run: |
|
||||
env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}"
|
||||
env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}"
|
||||
env | grep '^RUNNER' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}"
|
||||
|
Reference in New Issue
Block a user