We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6696eec commit 5fd16f3Copy full SHA for 5fd16f3
.github/workflows/external-pr-trigger.yml
@@ -55,7 +55,7 @@ jobs:
55
git commit -m "Update ci.yml for external PR #${PR_NUMBER} from ${PR_AUTHOR}"
56
57
# Push the new branch
58
- git push origin "external-pr-${SOURCE_BRANCH}"
+ git push origin "mongodb-exporter-external-pr-${SOURCE_BRANCH}"
59
60
- name: Create Pull Request in target repository
61
env:
0 commit comments