We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems I am unable to push a commit back to the repo with the following scenario:
Using the following:
steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - run: | git config --global user.email "github-ci@test.com" git config --global user.name "github-ci" npm version patch git add . git commit -m "CI version bump" git push
results in an error during the execution of the action:
It never seems to execute the git push at the end
The text was updated successfully, but these errors were encountered:
Yes, you are right. It needs
permissions: contents: write
Sorry, something went wrong.
No branches or pull requests
It seems I am unable to push a commit back to the repo with the following scenario:
Using the following:
results in an error during the execution of the action:

It never seems to execute the git push at the end
The text was updated successfully, but these errors were encountered: