Skip to content

Commit

Permalink
fix: remove debug statements in action caller file
Browse files Browse the repository at this point in the history
  • Loading branch information
jkdevito committed Oct 1, 2024
1 parent 8b0ca2d commit 058018f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/EssentialsPlugins-builds-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@ jobs:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-getversion.yml@main
secrets: inherit

printOutputs:
runs-on: ubuntu-latest
needs: getVersion
steps:
- name: Print Outputs
run: |
echo "newVersion: ${{ needs.getVersion.outputs.newVersion }}"
echo "version: ${{ needs.getVersion.outputs.version }}"
echo "tag: ${{ needs.getVersion.outputs.tag }}"
echo "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 058018f

Please sign in to comment.