We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dfaf40 commit d4abcbeCopy full SHA for d4abcbe
1 file changed
.github/workflows/dev.yml
@@ -188,7 +188,9 @@ jobs:
188
runs-on: ubuntu-22.04
189
steps:
190
- run: mkdir binaries
191
- - run: echo "https://github.com/DataDog/dd-trace-cpp@${{ github.head_ref || github.ref_name }}" > binaries/cpp-load-from-git
+ - run: echo "https://github.com/DataDog/dd-trace-cpp@${BRANCH_NAME}" > binaries/cpp-load-from-git
192
+ env:
193
+ BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
194
- name: Save artifact
195
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
196
with:
0 commit comments