File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
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 }}"
16- ruby-version : " 3.1 "
20+ ruby-version : " ${{ github.event.inputs.ruby-version }} "
1721 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 }}"
1923 version : " ${{ github.event.inputs.version }}"
20- ruby-version : " 3.1 "
24+ ruby-version : " ${{ github.event.inputs.ruby-version }} "
2125 secrets : " inherit"
You can’t perform that action at this time.
0 commit comments