Skip to content

Commit

Permalink
fix: update call 3-series reference to hotfix branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jkdevito committed Oct 4, 2024
1 parent 2e0af48 commit eebddf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/EssentialsPlugins-builds-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
secrets: inherit

build-3Series:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-3Series-builds.yml@main
# uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-3Series-builds.yml@main
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-3Series-builds.yml@hotfix/3series-build
secrets: inherit
needs: getVersion
if: needs.getVersion.outputs.newVersion == 'true'
Expand Down

0 comments on commit eebddf1

Please sign in to comment.