Skip to content

Commit

Permalink
fix(README): update action version and remove deprecated input (#64)
Browse files Browse the repository at this point in the history
fix(README): update action version and remove deprecated check_name input
  • Loading branch information
ruisaraiva19 committed Jun 15, 2022
1 parent c22d952 commit bb234ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ jobs:
merge_schedule:
runs-on: ubuntu-latest
steps:
- uses: gr2m/merge-schedule-action@v1
- uses: gr2m/merge-schedule-action@v2
with:
# Merge method to use. Possible values are merge, squash or
# rebase. Default is merge.
merge_method: squash
# Time zone to use. Default is UTC.
time_zone: 'America/Los_Angeles'
# Name for the check. Default is `Merge Schedule`.
check_name: 'Scheduled Merge'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit bb234ff

Please sign in to comment.