python-actions-alpha-archived icon indicating copy to clipboard operation
python-actions-alpha-archived copied to clipboard

Please note that this was for the *alpha* version of GitHub Actions for Python.

Results 3 python-actions-alpha-archived issues
Sort by recently updated
recently updated
newest added

I am very new to github actions and tried it out for the first time today. When I tried to use python-actions, I see this failure: https://github.com/shireenrao/abc/commit/3bd0c8896d680a4fcfca4b20cc7461cc489f89ee/checks?check_suite_id=250305286#step:4:3 Here is my...

👋 At first, I was writing actions with Dockerfiles that didn't do much except define the `FROM`. What I like to do in a CI context is run simple shell...