Skip to content

Commit 77edc43

Browse files
committed
Quote $(realpath .)
1 parent 226601a commit 77edc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-commits.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [[ -z "$SWIFT_SYNTAX_TAG" || -z "$SWIFT_FORMAT_VERSION" ]]; then
1414
fi
1515

1616
# Without this, we can't perform git operations in GitHub actions.
17-
git config --global --add safe.directory $(realpath .)
17+
git config --global --add safe.directory "$(realpath .)"
1818

1919
git config --local user.name 'swift-ci'
2020
git config --local user.email '[email protected]'

0 commit comments

Comments
 (0)