fix(ci): use enable_* inputs matching central wdipl-actions CI
All checks were successful
Project CI-testing / ci (push) Successful in 2m8s
All checks were successful
Project CI-testing / ci (push) Successful in 2m8s
Made-with: Cursor
This commit is contained in:
@@ -12,10 +12,10 @@ jobs:
|
||||
with:
|
||||
tech_stack: node
|
||||
|
||||
# Gitea Act (WDIPL-Runner) matches run_* with string 'true'. Use quoted values.
|
||||
run_build: 'true'
|
||||
run_sonar: 'true'
|
||||
run_deploy: 'true'
|
||||
# enable_* avoids Gitea Act dropping run_sonar/run_deploy (quoted strings for Act).
|
||||
enable_build: 'true'
|
||||
enable_sonar: 'true'
|
||||
enable_deploy: 'true'
|
||||
wait_for_quality_gate: 'false'
|
||||
|
||||
app_path_beta: /var/www/app-beta
|
||||
|
||||
Reference in New Issue
Block a user