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