We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6908b93 commit f56d370Copy full SHA for f56d370
1 file changed
entrypoint.py
@@ -1,5 +1,11 @@
1
#!/usr/bin/env -S python3 -B
2
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
+
9
import sys
10
11
if __name__ == "__main__" :
0 commit comments