Skip to content

Commit

Permalink
try multiline string
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Jun 15, 2024
1 parent 91d448b commit b0ba203
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 @@ -30,13 +30,13 @@ jobs:
deploys:
name: Deploys
needs: [builds]
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.deployer.yml@v0.4.1
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.deployer.yml@v0.5.0
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
triggers: ('backend/' 'frontend/' 'migrations/')
params:
params: |
--set global.secrets.persist=false
tests:
Expand Down

0 comments on commit b0ba203

Please sign in to comment.