Skip to content

Commit

Permalink
(CAT-1684) Addition of CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed Jan 15, 2024
1 parent 05f73e8 commit ba21431
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release_prep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Release Prep"

on:
workflow_dispatch:
inputs:
version:
description: "Template version, must match the version for the PDK release it is being bundled with."
required: true

jobs:
release_prep:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release_prep.yml@main"
with:
version: "${{ github.event.inputs.version }}"
secrets: "inherit"

0 comments on commit ba21431

Please sign in to comment.