Update web-container.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 15:22:51 -04:00 committed by GitHub
parent fb717e7ca6
commit 5d1b923d94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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