5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-08 11:16:55 +00:00

Deployed to github pages

This commit is contained in:
Github Actions 2020-03-06 21:24:33 +00:00
parent 9f8bc293c9
commit 4fbc373a4d

View file

@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: actions/setup-python@v1 - uses: actions/setup-python@v1
- name: set PY - name: set PY
run: echo "::set-env name=PY::$(python --version --version | sha256sum | cut -d' ' -f1)" run: echo "::set-env name=PY::$((python --version --version && which python) | sha256sum | cut -d' ' -f1)"
- uses: actions/cache@v1 - uses: actions/cache@v1
with: with:
path: ~/.cache/pre-commit path: ~/.cache/pre-commit