Create Signed Commit
Version updated for https://github.com/statens-pensjonskasse/gha-create-signed-commit to version v0.1.2.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Create Signed Commit Action is a GitHub Action that automates the creation of signed commits using the GitHub API without immediately pushing them, enabling batch commit operations. It addresses the need for programmatic and secure commit creation, supports specifying files, branches, and parent commits, and provides flexibility for workflows requiring multiple commits. The action ensures commits are automatically signed, with options to push changes or fetch the created commit locally.
Release notes
What’s Changed
- fix(docs): update references [skip ci] by @andrelin in https://github.com/statens-pensjonskasse/gha-create-signed-commit/pull/6
- fix: Only add explicit paths to git staging by @bjs-spk in https://github.com/statens-pensjonskasse/gha-create-signed-commit/pull/7
New Contributors
- @bjs-spk made their first contribution in https://github.com/statens-pensjonskasse/gha-create-signed-commit/pull/7
Full Changelog: https://github.com/statens-pensjonskasse/gha-create-signed-commit/compare/v0.1.1...v0.1.2