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 bc3b276 + 9e642a2 commit 033a2d1Copy full SHA for 033a2d1
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: "release"
+name: "Release"
2
3
on:
4
workflow_dispatch:
@@ -7,15 +7,10 @@ on:
7
description: "The target for the release. This can be a commit sha or a branch."
8
required: false
9
default: "main"
10
- ruby-version:
11
- description: "Ruby version to use."
12
- required: false
13
- default: "3.1"
14
15
jobs:
16
release:
17
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_release.yml@main"
18
with:
19
target: "${{ github.event.inputs.target }}"
20
- ruby-version: "${{ github.event.inputs.ruby-version }}"
21
secrets: "inherit"
0 commit comments