We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a79c63 + e3297c5 commit c7569d2Copy full SHA for c7569d2
.github/workflows/release_prep.yml
@@ -10,16 +10,10 @@ on:
10
version:
11
description: "Version of gem to be released."
12
required: true
13
- ruby-version:
14
- description: "Ruby version to use."
15
- required: false
16
- default: "3.1"
17
-
18
jobs:
19
release_prep:
20
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_release_prep.yml@main"
21
with:
22
target: "${{ github.event.inputs.target }}"
23
version: "${{ github.event.inputs.version }}"
24
- ruby-version: "${{ github.event.inputs.ruby-version }}"
25
secrets: "inherit"
0 commit comments