python-actions-alpha-archived
python-actions-alpha-archived copied to clipboard
Please note that this was for the *alpha* version of GitHub Actions for Python.
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...
https://github.com/actions/migrate
👋 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...