Skip to content

Commit 6f54441

Browse files
committed
Fix git commit invocation.
1 parent d75a4cb commit 6f54441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
git config user.email "[email protected]"
6565
git config user.name "ecostd"
66-
git commit -a -m "Update generated information." CONTRIBUTIONS.adoc
66+
git commit -m "Update generated information." CONTRIBUTIONS.adoc
6767
- name: Setup Pages
6868
uses: actions/configure-pages@main
6969
- name: Upload artifact

0 commit comments

Comments
 (0)