Sha256: fd3243963f80e63d2b289c78d3ea05c23a608d168e25ca5b601897584df1b3bd
Contents?: true
Size: 543 Bytes
Versions: 1
Compression:
Stored size: 543 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" ruby-version: description: "Ruby version to use." required: false default: "3.1" jobs: release: uses: "puppetlabs/cat-github-actions/.github/workflows/gem_release.yml@main" with: target: "${{ github.event.inputs.target }}" ruby-version: "${{ github.event.inputs.ruby-version }}" secrets: "inherit"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
puppet_forge-6.0.0 | .github/workflows/release.yml |