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 ff27e83 commit a3c3a11Copy full SHA for a3c3a11
.github/workflows/fetch_runner_images.yaml
@@ -114,7 +114,7 @@ jobs:
114
set +x ; set +e
115
#-------------#
116
OUT_FILE="${{ matrix.file }}"
117
- if [[ "${{ matrix.image }}" == "riscv64-Linux"]]; then
+ if [[ "${{ matrix.image }}" == "riscv64-Linux" ]]; then
118
SRC_REPO="dkurt/github_actions_riscv"
119
else
120
SRC_REPO="actions/runner"
0 commit comments