I wanted to have a GitHub Action step push back to the repo it is running in. …
I wanted to have a GitHub Action step run that might fail, but if it failed the rest of the steps should still execute and the overall run should be treated as a success. …