tyriis/multi-file-commit

Commit multiple files via the github API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositorythe repository you want to push the commit, if not provided it will push to repo where the action runs ${{ github.repository }}
refThe branch you want to push the commit, branch will not created, it need to be created before!${{ github.ref_name }}
tokenthe APP TOKEN, hint: you can use a PAT aswel ${{ github.token }}
messageThe commit message for the commit. yes
filesA list of files to commit, prevent other staged files to be commited Example: src/main.mjs,src/main.spec.js
tagIn case you want to tag your commit, just pass a tag reference and this action will do the work for you.
namedescription
shaThe commit sha for further referencing in your workflow