Sha256: 4cf3433e3473bb43cb1eea7b06b3a7511485ed0ad55838e6cc6dfe517b79244c
Contents?: true
Size: 378 Bytes
Versions: 7
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
7 entries across 7 versions & 2 rubygems