When I create a new workflow with GitHub Actions I have this cumbersome workflow:
- Edit
.github/workflows/ci.yml
git commit --amend -mhope
git push -f
- Goto my browser, hit F5, click on the workflow and pray
- Pull off some hairs from my old head and eventually goto 1
Is there any better alternative?