-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question: update GitHub actions without pull request #91
Comments
I had the same problem. Here's my solution:
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 Happy to accept improvements. |
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: