Skip to content

Commit 3185f2b

Browse files
committed
Update README
1 parent 5432544 commit 3185f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# git-auto-commit-action
22

3-
This GitHub Action automatically commits files which have been changed during a Workflow run and pushes the Commit back to GitHub.
4-
The Committer is "GitHub Actions <actions@github.com>" and the Author of the Commit is "Your GitHub Username <github_username@users.noreply.github.com>.
3+
This GitHub Action automatically commits files which have been changed during a Workflow run and pushes the commit back to GitHub.
4+
The default committer is "GitHub Actions <actions@github.com>" and the default author of the commit is "Your GitHub Username <github_username@users.noreply.github.com>".
55

66
If no changes are detected, the Action does nothing.
77

0 commit comments

Comments
 (0)