Skip to content

Commit

Permalink
chore(ci): explicitly set string type for param (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Feb 3, 2025
1 parent 6a35efc commit 4e49aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
oc_token: ${{ secrets.OC_TOKEN }}
with:
environment: test
params: --set global.autoscaling=true --set rctool.pdb.enabled=true --set frontend.pdb.enabled=true --set frontend.gunicorn.logLevel=debug
params: --set global.autoscaling=true --set rctool.pdb.enabled=true --set frontend.pdb.enabled=true --set-string frontend.gunicorn.logLevel=debug

zap_scan:
runs-on: ubuntu-24.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
oc_token: ${{ secrets.OC_TOKEN }}
with:
triggers: ('frontend/' 'charts/')
params: --set global.secrets.persist=false --set frontend.gunicorn.logLevel=debug
params: --set global.secrets.persist=false --set-string frontend.gunicorn.logLevel=debug
oc_server: ${{ vars.OC_SERVER }}


Expand Down

0 comments on commit 4e49aa6

Please sign in to comment.