packmindhub/Update Packmind Artifacts

Run packmind-cli install on a working branch and open (or update) a pull request with the latest Packmind playbook artifacts.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
packmind-api-keyAPI key for Packmind. Pass as a secret (PACKMIND_API_KEY_V3).yes
github-tokenToken used to push the working branch and open the pull request. Defaults to the workflow token.no${{ github.token }}
branch-nameWorking branch for the artifact update. Created if missing, otherwise reused and merged with the base branch.nopackmind-cli-update
base-branchBase branch the pull request targets and that the working branch is merged from.nomain
node-versionNode.js version installed before running packmind-cli.no22.17.0
commit-messageCommit message used when artifacts changed.nochore(packmind): nightly artifacts update
pr-titleTitle for the pull request when one is opened. Falls back to commit-message when empty.no""
pr-bodyBody for the pull request when one is opened.noAutomated update of Packmind artifacts via `packmind-cli install`. Review the diff under `.packmind/` and `packmind-lock.json`.
git-user-nameGit user.name used for the commit.nopackmind-bot
git-user-emailGit user.email used for the commit.nopackmind-bot@users.noreply.github.com
namedescription
changedWhether artifacts changed. "true" or "false".
pr-urlURL of the pull request associated with the working branch (newly created or already open).
pr-numberNumber of the pull request associated with the working branch (newly created or already open).