Skip to content

Commit

Permalink
refactor: use tag instead of branch in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 committed Jul 3, 2022
1 parent 879e5e4 commit aafda0c
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 @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- name: Run migrator-conflicts
uses: PrashantRaj18198/migrator-conflicts@master
uses: PrashantRaj18198/migrator-conflicts@v0
with:
github_token: ${{ github.token }} # must have permission to comment on PRs
# Read more about github token permissions on this blog: https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token/
Expand All @@ -51,8 +51,8 @@ jobs:
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------------------|--------|----------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| --------------------- | ------ | -------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| base_branch | string | false | | Base branch to compare current<br>migrations against |
| current_branch | string | false | | Current branch to compare against<br>the base branch |
| github_token | string | true | | Github token, required to comment<br>on pull requests |
Expand Down

0 comments on commit aafda0c

Please sign in to comment.