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.
$(realpath .)
1 parent 226601a commit 77edc43Copy full SHA for 77edc43
.github/workflows/create-release-commits.sh
@@ -14,7 +14,7 @@ if [[ -z "$SWIFT_SYNTAX_TAG" || -z "$SWIFT_FORMAT_VERSION" ]]; then
14
fi
15
16
# Without this, we can't perform git operations in GitHub actions.
17
-git config --global --add safe.directory $(realpath .)
+git config --global --add safe.directory "$(realpath .)"
18
19
git config --local user.name 'swift-ci'
20
git config --local user.email '[email protected]'
0 commit comments