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
@@ -25,8 +25,8 @@ Add a step like this to your workflow:
25
25
26
26
### Inputs:
27
27
28
-
- `author_name` : the name of the user that will be displayed as the author of the commit
29
-
- `author_email` : the email of the user that will be displayed as the author of the commit
28
+
- `author_name` : the name of the user that will be displayed as the author of the commit, defaults to the author of the commit that triggered the run
29
+
- `author_email` : the email of the user that will be displayed as the author of the commit, defaults to the author of the commit that triggered the run
30
30
- `message` : the message for the commit
31
31
- `path` : the path(s) to stage files from
32
32
- `pattern` : the pattern that matches file names
@@ -44,7 +44,7 @@ This action only **adds** files so in order to commit a file deletion you need t
0 commit comments