statens-pensjonskasse/Create Signed Commit

Create a signed commit using the GitHub API without pushing it

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working-directoryWorking directory for git operationsno.
tokenGitHub token with permissions to access the repositoryyes
messageThe commit messageyes
repositoryThe repository in format owner/repono${{ github.repository }}
branchThe branch to create the commit onno${{ github.ref_name }}
fail-on-no-changesFail if there are no changes to commitnotrue
pathsNewline-separated list of file and/or folder paths to commit. If not specified, commits all changed files.no
fetch-commitFetch the created commit locally after creationnotrue
pushPush the commit to the remote branch after creationnofalse
parent-commitSHA of the parent commit. If not specified, uses the current HEAD of the branchno
namedescription
commit-shaThe SHA of the created commit
tree-shaThe SHA of the created tree