Skip to content

Commit 4636e5c

Browse files
committed
Set default hash [skip ci]
1 parent 15a596d commit 4636e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set Triton SHA
4141
id: triton
4242
run: |
43-
TRITON_COMMIT="${{ inputs.triton_commit }}"
43+
TRITON_COMMIT="${{ inputs.triton_commit || 'aafec417bded34db6308f5b3d6023daefae43905' }}"
4444
TRITON_SHORT="${TRITON_COMMIT:0:7}"
4545
echo "short_sha=${TRITON_SHORT}" >> $GITHUB_OUTPUT
4646
echo "full_sha=${TRITON_COMMIT}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)