Github workflows don't run on auto-commit #341
-
Using: - name: Commit linted files
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Fixes coding style" Problem:i want to run some github workflows on commit from your github action, this workflows run in my commit but don't run in your commits, why? and how fix? |
Beta Was this translation helpful? Give feedback.
Answered by
stefanzweifel
Sep 1, 2024
Replies: 1 comment
-
@salahhusa9 You have to create a personal access token (PAT), add it to the GitHub repository and then use it in the See the README for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stefanzweifel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@salahhusa9 You have to create a personal access token (PAT), add it to the GitHub repository and then use it in the
actions/checkout
step.See the README for more details.
https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs