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 db756b3 commit 88274a4Copy full SHA for 88274a4
.github/workflows/build.yml
@@ -383,7 +383,7 @@ jobs:
383
TEST_USE_LATEST_VERSION: ${{ needs.configuration.outputs.latest_ide_version }}
384
TEST_BUILD_ID: ${{ github.run_id }}
385
TEST_BUILD_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
386
- TEST_BUILD_REF: ${{ github.ref }}
+ TEST_BUILD_REF: ${{ github.head_ref || github.ref }}
387
run: |
388
set -euo pipefail
389
0 commit comments