Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfce4eb4

Browse files
committed
Fix shellcheck SC2046: Quote this to prevent word splitting
1 parent2f1bf7c commitfce4eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
--build-root ./build_root
3535
--www-root ./www
3636
--log-directory ./logs
37-
--group $(id -g)
37+
--group"$(id -g)"
3838
--skip-cache-invalidation
39-
--theme $(pwd)
39+
--theme"$(pwd)"
4040
--language en
4141
--branch ${{ matrix.branch }}
4242
-name:Show logs

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp