Skip to content

Commit

Permalink
fix(ci): fixed create-comment-kernel-testing typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Oct 22, 2024
1 parent 8884859 commit c123e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-comment-kernel-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fs.writeFileSync('${{github.workspace}}/pr.zip', Buffer.from(download.data));
- name: 'Unpack artifact'
run:
run: |
if [ -f pr.zip ]; then
unzip pr.zip
fi
Expand Down

0 comments on commit c123e4e

Please sign in to comment.