You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# git-auto-commit-action
2
2
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>".
5
5
6
6
If no changes are detected, the Action does nothing.
0 commit comments