We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769a2ca commit 37ec129Copy full SHA for 37ec129
.github/workflows/aquamai.yaml
@@ -17,6 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
+ ref: ${{ github.head_ref }}
21
22
- name: Get Git Describe
23
run: echo "GIT_DESCRIBE=$(git describe --tags --always)" >> $env:GITHUB_ENV
0 commit comments