File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 99 required : true
1010 machine_type :
1111 description : " GCE machine type: https://cloud.google.com/compute/docs/machine-types"
12- default : " n1-standard-4 "
12+ default : " n1-standard-1 "
1313 required : true
1414 disk_size :
1515 description : VM disk size.
2929 description : " Whether the GitHub actions have already been installed at `/actions-runner`."
3030 default : " false"
3131 required : true
32+ vm_name_prefix :
33+ description : Prefix of the name of created VM, final name is ${prefix}-${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}
34+ default : " gce-gh-runner"
35+ required : true
3236
3337jobs :
3438 create-runner :
5155 no_external_address : ${{ inputs.no_external_address }}
5256 actions_preinstalled : ${{ inputs.actions_preinstalled }}
5357 shutdown_timeout : ${{ inputs.shutdown_timeout }}
54-
58+ vm_name_prefix : ${{ inputs.vm_name_prefix }}
5559 test :
5660 needs : create-runner
5761 runs-on : ${{ needs.create-runner.outputs.label }}
You can’t perform that action at this time.
0 commit comments