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.
1 parent c1a8a5a commit 87ce022Copy full SHA for 87ce022
.github/workflows/release_prep.yml
@@ -7,10 +7,14 @@ on:
7
description: "The target for the release. This can be a commit sha or a branch."
8
required: false
9
default: "main"
10
+ version:
11
+ description: "Version of gem to be released."
12
+ required: true
13
14
jobs:
15
release_prep:
16
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_release_prep.yml@main"
17
with:
18
target: "${{ github.event.inputs.target }}"
19
+ version: "${{ github.event.inputs.version }}"
20
secrets: "inherit"
0 commit comments