File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 77 description : " The target for the release. This can be a commit sha or a branch."
88 required : false
99 default : " main"
10+ ruby-version :
11+ description : " Ruby version to use."
12+ required : false
13+ default : " 3.1"
1014
1115jobs :
1216 release :
1317 uses : " puppetlabs/cat-github-actions/.github/workflows/gem_release.yml@main"
1418 with :
1519 target : " ${{ github.event.inputs.target }}"
20+ ruby-version : " ${{ github.event.inputs.ruby-version }}"
1621 secrets : " inherit"
Original file line number Diff line number Diff line change 1010 version :
1111 description : " Version of gem to be released."
1212 required : true
13+ ruby-version :
14+ description : " Ruby version to use."
15+ required : false
16+ default : " 3.1"
1317
1418jobs :
1519 release_prep :
1620 uses : " puppetlabs/cat-github-actions/.github/workflows/gem_release_prep.yml@main"
1721 with :
1822 target : " ${{ github.event.inputs.target }}"
19- version : " ${{ github.events.inputs.version }}"
23+ version : " ${{ github.event.inputs.version }}"
24+ ruby-version : " ${{ github.event.inputs.ruby-version }}"
2025 secrets : " inherit"
You can’t perform that action at this time.
0 commit comments