Skip to content

Commit 1da524b

Browse files
committed
Update /workflows/Dependabot.yml
1 parent 6e9dbde commit 1da524b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
Sync:
14-
# if: github.actor == 'dependabot[bot]'
14+
if: github.actor == 'dependabot[bot]'
1515
strategy:
1616
matrix:
1717
os:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ SWIFT_FILES := $(addsuffix /Client.swift, $(SUBDIRS))
4040
--config $(@D)/openapi-generator-config.yml \
4141
--output-directory $(@D)
4242
@git add $(@D)
43-
@git commit -m "[Make] Sync *.swift" >/dev/null \
43+
@git commit -m "[Make] Generate $(@D)/*.swift" >/dev/null \
4444
&& echo "::notice:: make $@" \
4545
|| true
4646

0 commit comments

Comments
 (0)