summaryrefslogtreecommitdiff
path: root/.github/workflows/pre-commit.yml
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2020-10-09 17:19:46 -0400
committerLucian Copeland <hierophect@gmail.com>2020-10-09 17:19:46 -0400
commitb435ef02723338aff9042a12ac3645a960ab41ba (patch)
treeba95c8856f77740bec75e54f638d3803e59c7c86 /.github/workflows/pre-commit.yml
parent5af1e054a74a9d088c3c2ca2bbac86ebd326d937 (diff)
parent375676ff58c0cc887007dec4d7885c3120c53aa2 (diff)
Merge remote-tracking branch 'upstream/main' into esp32-analogout
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