Sha256: 748c9cb075afa0ab37a047e2f6b3563d687a07e30b96047245bd52f2bdd35dde

Contents?: true

Size: 378 Bytes

Versions: 4

Compression:

Stored size: 378 Bytes

Contents

name: "release"

on:
  workflow_dispatch:
   inputs:
    target:
      description: "The target for the release. This can be a commit sha or a branch."
      required: false
      default: "main"

jobs:
  release:
    uses: "puppetlabs/cat-github-actions/.github/workflows/gem_release.yml@main"
    with:
      target: "${{ github.event.inputs.target }}"
    secrets: "inherit"

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
puppet_forge-5.0.4 .github/workflows/release.yml
harrison-0.9.5 .github/workflows/release.yml
harrison-0.9.4 .github/workflows/release.yml
puppet_forge-5.0.3 .github/workflows/release.yml