Skip to content

Commit

Permalink
Add GHA debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Sep 20, 2023
1 parent 71fbb0b commit 9512a6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ jobs:
GITHUB_CONTEXT: ${{ toJson(steps.myvars.outputs) }}
run: echo "$GITHUB_CONTEXT"

- name: Print tag version and github repo
run: |
echo "tag_version: ${{ steps.myvars.outputs.tag_version }}"
echo "github_repo: ${{ steps.myvars.outputs.github_repo }}"
- name: Build Koha Plugin kpz artifact
id: kpz
uses: "bywatersolutions/github-action-koha-plugin-create-kpz@master"
Expand Down

0 comments on commit 9512a6c

Please sign in to comment.