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 e2e2b9d commit 021c979Copy full SHA for 021c979
.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 }}", "sourceBranch": "${{ github.event.pull_request.head.ref }}", "buildType": {"id": "${{ vars.TEAMCITY_BUILD_ID_FOR_TESTING_PLUGIN_PR }}"}}' \
+ -d '{"branchName": "pull/${{ github.event.number }}", "buildType": {"id": "${{ vars.TEAMCITY_BUILD_ID_FOR_TESTING_PLUGIN_PR }}"}, "properties": { "property": [ {"name": "BUILD_BRANCH", "value": "${{ github.event.pull_request.head.ref }}" }] }}' \
19
${{ vars.TEAMCITY_API_URL }}/buildQueue
0 commit comments