Skip to content

Commit a3c3a11

Browse files
committed
fix
1 parent ff27e83 commit a3c3a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fetch_runner_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
set +x ; set +e
115115
#-------------#
116116
OUT_FILE="${{ matrix.file }}"
117-
if [[ "${{ matrix.image }}" == "riscv64-Linux"]]; then
117+
if [[ "${{ matrix.image }}" == "riscv64-Linux" ]]; then
118118
SRC_REPO="dkurt/github_actions_riscv"
119119
else
120120
SRC_REPO="actions/runner"

0 commit comments

Comments
 (0)