Ubuntu – Workflow to commit file to remote branch in a PR
I have a repo with a main branch and a testing branch. I make modifications in the testing branch, push, open a PR. This triggers the following workflow (borrowed from https://stackoverflow.com/a/73687159/659117) which creates a file (e.g. a PDF from latex…