Skip to content

Commit

Permalink
docs: Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Aug 26, 2024
1 parent a6008d5 commit b763718
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ jobs:
uses: dailydevops/dependamerge-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: squash
command: squash # Not required, default is squash
approve-only: false # Not required, default is false
handle-submodule: false # Not required, default is false
handle-dependency-group: true # Not required, default is true
target: patch # Not required, default is patch
skip-commit-verification: false # Not required, default is false
skip-verification: false # Not required, default is false
```
### Inputs
Expand Down Expand Up @@ -59,4 +65,4 @@ jobs:
#### Output `message`

The message contains further information about the processing state of the pull
request. In some cases it contains error/debug information.
request. In some cases it contains error/debug information.

0 comments on commit b763718

Please sign in to comment.