From 5d1b923d944e11c1015fb122d595ce589861ee22 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Wed, 11 Jun 2025 15:22:51 -0400 Subject: [PATCH] Update web-container.yml --- .github/workflows/web-container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/web-container.yml b/.github/workflows/web-container.yml index dfb4140..cc03388 100644 --- a/.github/workflows/web-container.yml +++ b/.github/workflows/web-container.yml @@ -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