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.
1 parent 7ef4f4a commit 1aa0de4Copy full SHA for 1aa0de4
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install pre-commit
16
run: python -m pip install pre-commit
17
- name: set PY
18
- run: echo "::set-env name=PY::$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
+ run: echo "PY=$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')" >> $GITHUB_ENV
19
- uses: actions/cache@v1
20
with:
21
path: ~/.cache/pre-commit
0 commit comments