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
|`author`| Author of the pull request in the format of `Display Name <email@adress.com>`. |`${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>`|
32
-
|`base`| Base branch for the pull request. |`${{ github.ref }}`|
33
-
|`branch`| Head branch for the pull request. |`molt-action`|
32
+
|`base`| Base branch to create the pull request against. | The branch checked out in the workflow|
33
+
|`branch`| Head branch to create the pull request from.|`molt-action`|
34
34
|`commit`| Whether to commit changes locally. |`true`|
35
35
|`commit-prefix`| Prefix for commit messages. |`chore:`|
36
36
|`committer`| Name of the committer in the format of `Display Name <email@address.com>`|`github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>`|
0 commit comments