Merge branch 'main' into bugfix/code-change4john

This commit is contained in:
Matt DiMeglio 2025-06-11 15:23:11 -04:00
commit edc92651a5

View file

@ -50,7 +50,7 @@ jobs:
with:
environments: ${{ matrix.env }}
workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }}
branch: ${{ github.ref_name }}
branch: ${{ github.head_ref }}
permissions:
contents: read
packages: write
@ -65,7 +65,7 @@ jobs:
with:
environments: ${{ matrix.env }}
workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }}
branch: ${{ github.ref_name }}
branch: ${{ github.head_ref }}
permissions:
contents: read
packages: write