Skip to content

Add sed for vcs

Add sed for vcs #4

name: Create Self Hosted 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/create-release-pr.yml@${{ vars.GHA_WORKFLOW_VERSION }}

Check failure on line 13 in .github/workflows/self-hosted-release-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/self-hosted-release-pr.yml

Invalid workflow file

invalid value workflow reference: version cannot have whitespace: ${{ vars.GHA_WORKFLOW_VERSION }}
secrets: inherit