fix add-path

This commit is contained in:
Dmitry Belyaev 2022-06-04 17:01:33 +03:00
parent c1c621cbf0
commit 47ac72c1fe
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
echo "#!/bin/sh" > tmp_bin/mypy
echo "poetry run mypy \$@" >> tmp_bin/mypy
chmod +x tmp_bin/mypy
echo ::add-path::tmp_bin/
echo "$(pwd)/tmp_bin" >> $GITHUB_PATH
- uses: tsuyoshicho/action-mypy@v3
with: