Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
craigyu committed Sep 13, 2024
1 parent 61dc04b commit c9709d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
oc_token: ${{ secrets.OC_TOKEN }}
overwrite: ${{ matrix.overwrite }}
penetration_test: false
parameters: |
parameters:
-p PROMOTE=${{ github.repository }}/${{ matrix.name }}:${{ env.ZONE }}
-p URL=fom-${{ env.ZONE }}.apps.silver.devops.gov.bc.ca
-p ZONE=${{ env.ZONE }}
Expand All @@ -140,7 +140,7 @@ jobs:
oc_token: ${{ secrets.OC_TOKEN }}
overwrite: ${{ matrix.overwrite }}
penetration_test: false
parameters: |
parameters:
-p PROMOTE=${{ github.repository }}/${{ matrix.name }}:${{ env.ZONE }}
-p URL=fom-${{ env.ZONE }}.apps.silver.devops.gov.bc.ca
-p ZONE=${{ env.ZONE }} ${{ matrix.parameters }}

0 comments on commit c9709d6

Please sign in to comment.