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
+1
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ jobs:
47
47
| amend | boolean | false | Determines if the commit should be amended. Needs to be used with `force` input to force push the amended commit. |
48
48
| force | boolean | false | Determines if force push is used. |
49
49
| tags | boolean | false | Determines if `--tags` is used. |
50
+
| rebase | boolean | false | Determines if `git pull --rebase` is used before the push. This is useful if multiple actions try to push at the same time. |
50
51
| directory | string | '.' | Directory to change to before pushing. |
51
52
| repository | string | '' | Repository name. Default or empty repository name represents current github repository. If you want to push to other repository, you should make a [personal access token](https://github.com/settings/tokens) and use it as the `github_token` input. |
0 commit comments