Skip to content

Commit fcb4023

Browse files
committed
Fix typo
1 parent d60566b commit fcb4023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-update-translator-cid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Get commit ID from Triton's spirv-llvm-translator.conf
6868
if: ${{ env.TARGET_PRID == null }}
69-
run: echo "CID_CURRENT=$(cat third_party/intel/lib/Target/SPIRV/spirv-llvm-translator.conf)" >> $GITHUB_ENV
69+
run: echo "CID_CURRENT=$(<third_party/intel/lib/Target/SPIRV/spirv-llvm-translator.conf)" >> $GITHUB_ENV
7070

7171
- name: Checkout SPIRV-LLVM-Translator
7272
if: ${{ env.TARGET_PRID == null }}
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
echo "CID_LATEST=$(git -C external/SPIRV-LLVM-Translator rev-parse HEAD)" >> $GITHUB_ENV
8484
85-
# the latest valid cid has been weitten to spirv-llvm-translator.conf
85+
# the latest valid cid has been written to spirv-llvm-translator.conf
8686
- name: Search the latest valid Translator cid
8787
if: ${{ env.TARGET_PRID == null }}
8888
run: |

0 commit comments

Comments
 (0)