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 5058187 commit e2e2b9dCopy full SHA for e2e2b9d
.github/workflows/trigger-pr-tests-plugins.yml
@@ -15,5 +15,5 @@ jobs:
15
-X POST \
16
-H 'Authorization: Bearer ${{ secrets.TEAMCITY_TRIGGER_TESTS_TOKEN }}' \
17
-H 'Content-Type: application/json' \
18
- -d '{"branchName": "pull/${{ github.event.number }}", "buildType": {"id": "${{ vars.TEAMCITY_BUILD_ID_FOR_TESTING_PLUGIN_PR }}"}}' \
19
- ${{ vars.TEAMCITY_API_URL }}/buildQueue
+ -d '{"branchName": "pull/${{ github.event.number }}", "sourceBranch": "${{ github.event.pull_request.head.ref }}", "buildType": {"id": "${{ vars.TEAMCITY_BUILD_ID_FOR_TESTING_PLUGIN_PR }}"}}' \
+ ${{ vars.TEAMCITY_API_URL }}/buildQueue
0 commit comments