Skip to content

Commit 30a956e

Browse files
Merge pull request #82 from codecov/trent/fix-workflow-name
Fix workflow name
2 parents 3807885 + e2d970c commit 30a956e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ on:
1010
jobs:
1111
create-release-pr:
1212
name: Create PR for Release ${{ github.event.inputs.versionName }}
13-
uses: codecov/gha-workflows/.github/workflows/create-self-hosted[email protected]
13+
uses: codecov/gha-workflows/.github/workflows/create-release[email protected]
1414
secrets: inherit

.github/workflows/self-hosted-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
create-release:
1111
name: Tag Release ${{ github.head_ref }} and Push Docker image to Docker Hub
1212
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }}
13-
uses: codecov/gha-workflows/.github/workflows/[email protected]
13+
uses: codecov/gha-workflows/.github/workflows/[email protected]
14+
with:
15+
tag_to_prepend: self-hosted-
1416
secrets: inherit
1517

1618
push-image:

0 commit comments

Comments
 (0)