We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a596d commit 4636e5cCopy full SHA for 4636e5c
.github/workflows/docker-build-push.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Set Triton SHA
41
id: triton
42
run: |
43
- TRITON_COMMIT="${{ inputs.triton_commit }}"
+ TRITON_COMMIT="${{ inputs.triton_commit || 'aafec417bded34db6308f5b3d6023daefae43905' }}"
44
TRITON_SHORT="${TRITON_COMMIT:0:7}"
45
echo "short_sha=${TRITON_SHORT}" >> $GITHUB_OUTPUT
46
echo "full_sha=${TRITON_COMMIT}" >> $GITHUB_OUTPUT
0 commit comments