Skip to content

Commit 6ce692b

Browse files
committed
Correct a comment in custom action
1 parent 855640f commit 6ce692b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/import-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
# clear out the entire repo. * matches everything but .*
2626
git rm -fr *
2727
28-
# cannot git rm -fr .* because of ., .., .git, .ios-spm
28+
# cannot git rm -fr .* because of ., .., .git, .ios-repo
2929
# remove specific paths
3030
[[ -d .swiftpm ]] && git rm -fr .swiftpm
3131
[[ -f .cocoadocs ]] && git rm -f .cocoadocs

0 commit comments

Comments
 (0)