Skip to content

Commit

Permalink
feat: add debug to workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jkdevito committed Oct 1, 2024
1 parent 9304975 commit 389b7c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/EssentialsPlugins-builds-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ jobs:
getVersion:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-getversion.yml@main
secrets: inherit
steps:
- name: Print outputs
run: |
newVersion: "${{ needs.getVersion.outputs.newVersion }}"
version: "${{ needs.getVersion.outputs.version }}"
tag: "${{ needs.getVersion.outputs.tag }}"
channel: "${{ needs.getVersion.outputs.channel }}"
build-3Series:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-3Series-builds.yml@main
secrets: inherit
Expand Down

0 comments on commit 389b7c5

Please sign in to comment.