Merge branch 'main' into bugfix/code-change4john

This commit is contained in:
Matt DiMeglio 2025-06-11 15:36:21 -04:00
commit fc6b021d30

View file

@ -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