Skip to content

Commit 2d05e9b

Browse files
committed
Comment force-install
1 parent 1aced10 commit 2d05e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SOURCE_DIRS := $(addprefix Sources/, $(FILTERED_NAMES))
1313
.PHONY: commit
1414
commit:
1515
git add "$(file)"
16-
git commit -m "[Make] Update $(file)" >/dev/null \
16+
git commit -m "Commit via running $make $(file)" >/dev/null \
1717
&& echo "::notice:: make $(file)\n" \
1818
|| true;
1919
touch "$(file)";
@@ -41,7 +41,7 @@ ifdef GITHUB_ACTIONS ## https://docs.github.com/en/actions/learn-github-actions/
4141
else
4242
@git submodule update --recursive --remote
4343
@$(MAKE) commit file="$@"
44-
@touch "$(OPENAPI_PATH)"
44+
# @touch "$(OPENAPI_PATH)" # Uncomment to force-install
4545
endif
4646

4747
# Update Package.swift

0 commit comments

Comments
 (0)