Update usage example in README.md
This commit is contained in:
parent
ca3b37caa4
commit
275fbfbc00
12
README.md
12
README.md
@ -22,8 +22,12 @@ The name of the built kpz file
|
|||||||
## Example usage
|
## Example usage
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
uses: actions/github-action-koha-plugin-create-kpz@v1
|
- name: Build Koha Plugin kpz artifact
|
||||||
with:
|
id: kpz
|
||||||
release-version: 'v1.2.3'
|
uses: "bywatersolutions/github-action-koha-plugin-create-kpz@master"
|
||||||
release-name: 'koha-plugin-kitchen-sink'
|
with:
|
||||||
|
release-version: ${{ steps.semvers.outputs.v_patch }}
|
||||||
|
release-name: ${{ steps.myvars.outputs.GITHUB_REPO }}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Take a look at https://github.com/bywatersolutions/koha-plugin-kitchen-sink/blob/master/.github/workflows/main.yml for a real world usage.
|
||||||
|
Loading…
Reference in New Issue
Block a user