Skip to content

Commit 4e49aa6

Browse files
authored
chore(ci): explicitly set string type for param (#243)
1 parent 6a35efc commit 4e49aa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
oc_token: ${{ secrets.OC_TOKEN }}
3434
with:
3535
environment: test
36-
params: --set global.autoscaling=true --set rctool.pdb.enabled=true --set frontend.pdb.enabled=true --set frontend.gunicorn.logLevel=debug
36+
params: --set global.autoscaling=true --set rctool.pdb.enabled=true --set frontend.pdb.enabled=true --set-string frontend.gunicorn.logLevel=debug
3737

3838
zap_scan:
3939
runs-on: ubuntu-24.04

.github/workflows/pr-open.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
oc_token: ${{ secrets.OC_TOKEN }}
4545
with:
4646
triggers: ('frontend/' 'charts/')
47-
params: --set global.secrets.persist=false --set frontend.gunicorn.logLevel=debug
47+
params: --set global.secrets.persist=false --set-string frontend.gunicorn.logLevel=debug
4848
oc_server: ${{ vars.OC_SERVER }}
4949

5050

0 commit comments

Comments
 (0)