Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd committed Feb 7, 2024
1 parent 95450b5 commit 45ea432
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ _Inspired from [https://github.com/repo-sync/pull-request](https://github.com/re
### Minimum configurations

```yaml
- uses: GuillaumeFalourd/pull-request-action@v1
- uses: GuillaumeFalourd/pull-request-action@v2
with:
destination_branch: "main"
destination_branch: "my-branch"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
### Full configurations
```yaml
- uses: GuillaumeFalourd/pull-request-action@v1
- uses: GuillaumeFalourd/pull-request-action@v2
with:
source_branch: "main" # If blank, default: triggered branch
destination_branch: "feature" # If blank, default: main
Expand Down

0 comments on commit 45ea432

Please sign in to comment.