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 7fb0ea3 commit f9d82a3Copy full SHA for f9d82a3
.github/workflows/main.yml
@@ -165,7 +165,7 @@ jobs:
165
- uses: actions/checkout@v2
166
- uses: actions/setup-python@v2
167
- name: set PY
168
- run: echo "::set-env name=PY::$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
+ run: echo "name=PY::$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')" >> $GITHUB_ENV
169
- uses: actions/cache@v1
170
with:
171
path: ~/.cache/pre-commit
0 commit comments