Update web-container.yml
This commit is contained in:
parent
fb717e7ca6
commit
5d1b923d94
1 changed files with 2 additions and 2 deletions
4
.github/workflows/web-container.yml
vendored
4
.github/workflows/web-container.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue