Skip to content

Commit c7569d2

Browse files
authored
Merge pull request #133 from puppetlabs/ruby_v_input
Remove ruby-version input from release_prep.yml
2 parents 2a79c63 + e3297c5 commit c7569d2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release_prep.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,10 @@ on:
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"
17-
1813
jobs:
1914
release_prep:
2015
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_release_prep.yml@main"
2116
with:
2217
target: "${{ github.event.inputs.target }}"
2318
version: "${{ github.event.inputs.version }}"
24-
ruby-version: "${{ github.event.inputs.ruby-version }}"
2519
secrets: "inherit"

0 commit comments

Comments
 (0)