summaryrefslogtreecommitdiff
path: root/.github/workflows/pre-commit.yml
diff options
context:
space:
mode:
authorJensen <jensechu@gmail.com>2020-10-14 21:52:49 -0500
committerJensen <jensechu@gmail.com>2020-10-14 21:52:49 -0500
commit3c5a08628a0e893350abe71c3135a9b00228f671 (patch)
tree37ad9bfdd1fd7bc62cfcdcf8c16c113d8b1d61ba /.github/workflows/pre-commit.yml
parent2517e4b486563724771074da88bc7fd6eda02532 (diff)
parentde9ea47e8eb04abc3e237559ed815ef2dc5fc88d (diff)
Merge branch 'color-converter-transparency' of github.com:jensechu/circuitpython into color-converter-transparency
Diffstat (limited to '.github/workflows/pre-commit.yml')
-rw-r--r--.github/workflows/pre-commit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 966310304..eac9bfe09 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- name: set PY
- run: echo "::set-env name=PY::$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
+ run: echo >>$GITHUB_ENV PY="$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
- uses: actions/cache@v1
with:
path: ~/.cache/pre-commit