Skip to content

Commit f56d370

Browse files
committed
Update entrypoint.py
1 parent 6908b93 commit f56d370

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

entrypoint.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#!/usr/bin/env -S python3 -B
22

3+
# NOTE: If you are using an alpine docker image
4+
# such as pyaction-lite, the -S option above won't
5+
# work. The above line works fine on other distributions
6+
# such as debian, etc, so the above line will work fine
7+
# if you use pyaction:4.0.0 or higher as your base docker image.
8+
39
import sys
410

511
if __name__ == "__main__" :

0 commit comments

Comments
 (0)