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 a70dcc1 commit decfafcCopy full SHA for decfafc
.github/workflows/release.yml
@@ -13,4 +13,5 @@ jobs:
13
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_release.yml@main"
14
with:
15
target: "${{ github.event.inputs.target }}"
16
+ ruby-version: "3.1"
17
secrets: "inherit"
.github/workflows/release_prep.yml
@@ -16,5 +16,6 @@ jobs:
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_release_prep.yml@main"
18
19
- version: "${{ github.events.inputs.version }}"
+ version: "${{ github.event.inputs.version }}"
20
21
0 commit comments