Skip to content

Commit 063a3b9

Browse files
committed
Use correct quoting style for working-directory
1 parent f89a806 commit 063a3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ runs:
212212
name: Print installed versions
213213
shell: bash
214214
# Switch to the Rust sub-directory
215-
working-directory: ${{inputs.rust-src-dir || "."}}
215+
working-directory: ${{inputs.rust-src-dir || '.'}}
216216
run: |
217217
echo "rustc-version=$(rustc --version)" >> $GITHUB_OUTPUT
218218
rustc --version --verbose

0 commit comments

Comments
 (0)