From 5ee89c3f66f10f4e4ac59c1edc16c089900e5799 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Wed, 11 Jun 2025 15:36:11 -0400 Subject: [PATCH] Update web-container.yml --- .github/workflows/web-container.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/web-container.yml b/.github/workflows/web-container.yml index cc03388..4ff8928 100644 --- a/.github/workflows/web-container.yml +++ b/.github/workflows/web-container.yml @@ -46,11 +46,11 @@ jobs: max-parallel: 1 matrix: env: ${{ fromJson(needs.determine-workflow.outputs.workflow_envs) }} - uses: Doble-Technologies/ShiftSync-Website/.github/workflows/web-deploy-nonprod.yml@main + uses: .github/workflows/web-deploy-nonprod.yml@main with: environments: ${{ matrix.env }} workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }} - branch: ${{ github.head_ref }} + branch: ${{ github.head_ref || github.ref_name }} permissions: contents: read packages: write @@ -61,11 +61,11 @@ jobs: max-parallel: 1 matrix: env: ${{ fromJson(needs.determine-workflow.outputs.workflow_envs) }} - uses: Doble-Technologies/ShiftSync-Website/.github/workflows/web-deploy-prod.yml@main + uses: .github/workflows/web-deploy-prod.yml@main with: environments: ${{ matrix.env }} workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }} - branch: ${{ github.head_ref }} + branch: ${{ github.head_ref || github.ref_name }} permissions: contents: read packages: write