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
- commits made during the workflow that have not been pushed
17
17
2. Commit all changes to a new branch, or update an existing pull request branch.
18
-
3. Create a pull request to merge the new branch into the base—the branch checked out in the workflow.
18
+
3. Create or update a pull request to merge the branch into the base—the branch checked out in the workflow.
19
19
20
20
## Documentation
21
21
@@ -99,7 +99,7 @@ Other token options:
99
99
#### branch-token
100
100
101
101
The action first creates a branch, and then creates a pull request for the branch.
102
-
For some rare use cases it can be useful, or even neccessary, to use different tokens for these operations.
102
+
For some rare use cases it can be useful, or even necessary, to use different tokens for these operations.
103
103
It is not advisable to use this input unless you know you need to.
104
104
105
105
#### commit-message
@@ -246,26 +246,6 @@ Note that the repository must be checked out on a branch with a remote, it won't
246
246
uses: peter-evans/create-pull-request@v7
247
247
```
248
248
249
-
<!--
250
-
### Create a project card
251
-
252
-
To create a project card for the pull request, pass the `pull-request-number` step output to [create-or-update-project-card](https://github.com/peter-evans/create-or-update-project-card) action.
0 commit comments