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 412ae26 commit 8f92b27Copy full SHA for 8f92b27
1 file changed
.github/workflows/release.yml
@@ -1,10 +1,7 @@
1
-# This is a generic workflow for releasing a Puppet module.
2
-# It requires that the caller sets `secrets: inherit` to ensure
3
-# that secrets are visible from steps in this workflow.
4
name: "Module Release"
5
6
on:
7
- workflow_dispatch:
+ workflow_call:
8
9
jobs:
10
release:
@@ -15,7 +12,7 @@ jobs:
15
12
steps:
16
13
17
14
- name: "Set up Ruby"
18
- uses: "actions/setup-ruby@v1"
+ uses: "ruby/setup-ruby@v1"
19
with:
20
ruby-version: "3.1"
21
0 commit comments