File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 required : false
1414 default : ' '
1515 type : " string"
16+ service_url :
17+ description : " The service URL to target when provisioning from GCP."
18+ required : false
19+ default : ' https://facade-release-6f3kfepqcq-ew.a.run.app/v1/provision'
20+ type : " string"
1621 kernel_modules :
1722 description : " Volume map host kernel /lib/modules into docker container"
1823 default : true
2833env :
2934 PUPPET_FORGE_TOKEN : ${{ secrets.PUPPET_FORGE_TOKEN || secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
3035 BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM : " forge-key:${{ secrets.PUPPET_FORGE_TOKEN || secrets.PUPPET_FORGE_TOKEN_PUBLIC }}"
36+ SERVICE_URL : ${{ inputs.service_url }}
3137
3238jobs :
3339
Original file line number Diff line number Diff line change 1414 required : false
1515 default : ' '
1616 type : " string"
17- service_url :
18- description : " The service URL to target when provisioning from GCP."
19- required : false
20- default : ' https://facade-release-6f3kfepqcq-ew.a.run.app/v1/provision'
21- type : " string"
2217 run_shellcheck :
2318 description : " Run shellcheck on all bash files"
2419 required : false
3631env :
3732 PUPPET_FORGE_TOKEN : ${{ secrets.PUPPET_FORGE_TOKEN || secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
3833 BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM : " forge-key:${{ secrets.PUPPET_FORGE_TOKEN || secrets.PUPPET_FORGE_TOKEN_PUBLIC }}"
39- SERVICE_URL : ${{ inputs.service_url }}
4034
4135jobs :
4236 setup_matrix :
You can’t perform that action at this time.
0 commit comments