We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16a7de commit c2efa4aCopy full SHA for c2efa4a
1 file changed
.github/workflows/dev.yml
@@ -175,7 +175,7 @@ jobs:
175
runs-on: ubuntu-22.04
176
steps:
177
- run: mkdir binaries
178
- - run: echo "https://github.com/DataDog/dd-trace-cpp@main" > binaries/cpp-load-from-git
+ - run: echo "https://github.com/DataDog/dd-trace-cpp@${{ github.head_ref || github.ref_name }}" > binaries/cpp-load-from-git
179
- name: Save artifact
180
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
181
with:
0 commit comments