Create CLI Release PR #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create CLI Release PR | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
versionName: | ||
description: 'Name of version (ie 23.9.5)' | ||
required: true | ||
jobs: | ||
create-release-pr: | ||
name: Create PR for Release ${{ github.event.inputs.versionName }} | ||
uses: codecov/gha-workflows/.github/workflows/[email protected] | ||
Check failure on line 13 in .github/workflows/create_release_pr.yml GitHub Actions / Create CLI Release PRInvalid workflow file
|
||
secrets: inherit |