Merge branch 'main' into bugfix/code-change4john
This commit is contained in:
commit
ff5a61e7ac
1 changed files with 2 additions and 2 deletions
4
.github/workflows/web-container.yml
vendored
4
.github/workflows/web-container.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
max-parallel: 1
|
||||
matrix:
|
||||
env: ${{ fromJson(needs.determine-workflow.outputs.workflow_envs) }}
|
||||
uses: .github/workflows/web-deploy-nonprod.yml@main
|
||||
uses: ./.github/workflows/web-deploy-nonprod.yml
|
||||
with:
|
||||
environments: ${{ matrix.env }}
|
||||
workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }}
|
||||
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
max-parallel: 1
|
||||
matrix:
|
||||
env: ${{ fromJson(needs.determine-workflow.outputs.workflow_envs) }}
|
||||
uses: .github/workflows/web-deploy-prod.yml@main
|
||||
uses: ./.github/workflows/web-deploy-prod.yml
|
||||
with:
|
||||
environments: ${{ matrix.env }}
|
||||
workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue