Skip to content

Commit aafda0c

Browse files
refactor: use tag instead of branch in usage
1 parent 879e5e4 commit aafda0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
3737

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

0 commit comments

Comments
 (0)