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