diff options
| author | Jensen <jensechu@gmail.com> | 2020-10-14 21:52:49 -0500 |
|---|---|---|
| committer | Jensen <jensechu@gmail.com> | 2020-10-14 21:52:49 -0500 |
| commit | 3c5a08628a0e893350abe71c3135a9b00228f671 (patch) | |
| tree | 37ad9bfdd1fd7bc62cfcdcf8c16c113d8b1d61ba /.github/workflows/pre-commit.yml | |
| parent | 2517e4b486563724771074da88bc7fd6eda02532 (diff) | |
| parent | de9ea47e8eb04abc3e237559ed815ef2dc5fc88d (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.yml | 2 |
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 |
