1
0
This is a clone of the GitHub action for creating a Koha Plugin kpz file which is compatible with Gitea Actions. https://github.com/bywatersolutions/github-action-koha-plugin-create-kpz
Go to file
2019-12-18 09:29:05 -05:00
action.yml Initial commit 2019-12-18 09:29:05 -05:00
Dockerfile Initial commit 2019-12-18 09:29:05 -05:00
entrypoint.sh Initial commit 2019-12-18 09:29:05 -05:00
README.md Initial commit 2019-12-18 09:29:05 -05:00

Koha Plugin kpz Builder

This action builds a kpz file from a given name and version. The file will be in your GitHub workspace after the action is run.

Inputs

release-version

Required Version for this koha plugin release, e.g. "v1.0.3"

release-name

Required Name of plugin, should almost always be the repo name, e.g. "koha-plugin-kitchen-sink"

Outputs

filename

The name of the built kpz file

Example usage

uses: actions/koha-plugin-create-kpz@v1 with: release-version: 'v1.2.3' release-name: 'koha-plugin-kitchen-sink'