Skip to content

Commit 5fd16f3

Browse files
committed
fix push branch
1 parent 6696eec commit 5fd16f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/external-pr-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
git commit -m "Update ci.yml for external PR #${PR_NUMBER} from ${PR_AUTHOR}"
5656
5757
# Push the new branch
58-
git push origin "external-pr-${SOURCE_BRANCH}"
58+
git push origin "mongodb-exporter-external-pr-${SOURCE_BRANCH}"
5959
6060
- name: Create Pull Request in target repository
6161
env:

0 commit comments

Comments
 (0)