Skip to content

Commit decfafc

Browse files
committed
Adding ruby version input to action
1 parent a70dcc1 commit decfafc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_release.yml@main"
1414
with:
1515
target: "${{ github.event.inputs.target }}"
16+
ruby-version: "3.1"
1617
secrets: "inherit"

.github/workflows/release_prep.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_release_prep.yml@main"
1717
with:
1818
target: "${{ github.event.inputs.target }}"
19-
version: "${{ github.events.inputs.version }}"
19+
version: "${{ github.event.inputs.version }}"
20+
ruby-version: "3.1"
2021
secrets: "inherit"

0 commit comments

Comments
 (0)