Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# This is a generic workflow for releasing a Puppet module.
# It requires that the caller sets `secrets: inherit` to ensure
# that secrets are visible from steps in this workflow.
name: "Module Release"

on:
workflow_dispatch:
workflow_call:

jobs:
release:
Expand All @@ -15,7 +12,7 @@ jobs:
steps:

- name: "Set up Ruby"
uses: "actions/setup-ruby@v1"
uses: "ruby/setup-ruby@v1"
with:
ruby-version: "3.1"

Expand Down
Loading