You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to remove some stuff from my actual workflow, but hopefully I didn't fuck it up.
In essence, each job takes care of one type of update. In this case a job for github-actions-version-updater and I've also added the job for pre-commit, because I also have it. Each creates a patch that is stored as an artifact. commit-push gets all of those artifacts, applies them and creates a PR with them.
Finally, cleanup-artifacts removes the artifacts, because it's effectively trash at that point.
Hello, I'm trying to figure out if I can use this actions to only update files locally and then use different action for creating PR
I have similar workflow for updating pre-commit version update, with less permissions and it works just fine
Desired workflow:
The text was updated successfully, but these errors were encountered: