Hi,
The create_pr step in the check-golangupx-release action is failing because the workflow modifies files inside the .github/workflows/ directory. GitHub prevents pushes that update workflow files from within a workflow run.
For more details and the recommended fix, see:
https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#git-auto-commit-fails-to-push-commit-that-creates-or-updates-files-in-githubworkflows
Hi,
The
create_prstep in thecheck-golangupx-releaseaction is failing because the workflow modifies files inside the.github/workflows/directory. GitHub prevents pushes that update workflow files from within a workflow run.For more details and the recommended fix, see:
https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#git-auto-commit-fails-to-push-commit-that-creates-or-updates-files-in-githubworkflows