We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
runner.temp
1 parent 7b18a7c commit 002db0eCopy full SHA for 002db0e
.github/workflows/cache.yml
@@ -39,7 +39,7 @@ jobs:
39
name: download and cache CRDS test files
40
runs-on: ubuntu-latest
41
steps:
42
- - run: echo CRDS_TEST_ROOT=${{ inputs.path != '' && inputs.path || runner.temp }} >> $GITHUB_ENV
+ - run: echo CRDS_TEST_ROOT=${{ inputs.path != '' && inputs.path || '/tmp/crds' }} >> $GITHUB_ENV
43
- run: |
44
echo CRDS_PATH=${{ env.CRDS_TEST_ROOT }}/crds-cache-default-test >> $GITHUB_ENV
45
echo CRDS_TESTING_CACHE=${{ env.CRDS_TEST_ROOT }}/crds-cache-test >> $GITHUB_ENV
0 commit comments