We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1bb06 commit 78229d9Copy full SHA for 78229d9
.github/workflows/tests.yml
@@ -195,6 +195,6 @@ jobs:
195
196
- name: Download and test
197
run: |
198
- mvn clean test -Dh3.github.artifacts.use=true -Dh3.github.artifacts.ref=${{ github.ref }}
+ mvn clean test -Dh3.github.artifacts.use=true -Dh3.github.artifacts.ref=${{ github.sha }}
199
env:
200
GH_TOKEN: ${{ github.token }}
0 commit comments