Skip to content

Commit c2efa4a

Browse files
committed
Set good branch name
1 parent c16a7de commit c2efa4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
runs-on: ubuntu-22.04
176176
steps:
177177
- run: mkdir binaries
178-
- run: echo "https://github.com/DataDog/dd-trace-cpp@main" > binaries/cpp-load-from-git
178+
- run: echo "https://github.com/DataDog/dd-trace-cpp@${{ github.head_ref || github.ref_name }}" > binaries/cpp-load-from-git
179179
- name: Save artifact
180180
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
181181
with:

0 commit comments

Comments
 (0)