Releases: PackmindHub/update-packmind-artifacts
Releases · PackmindHub/update-packmind-artifacts
v1.0.0 — initial public release
First public release of the Update Packmind Artifacts action.
This composite action runs packmind-cli install on a working
branch
in your repository and opens (or updates) a pull request with the
latest Packmind playbook artifacts (standards, commands, skills).
Designed for nightly automation: schedule it on cron, and it will
only commit and open a PR when artifacts have actually changed.
Usage
- uses: PackmindHub/update-packmind-artifacts@v1
with:
packmind-api-key: ${{ secrets.PACKMIND_API_KEY_V3 }}
See the README
for the full workflow example, all inputs/outputs, and required
permissions.