We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57be9e8 commit 4005a5aCopy full SHA for 4005a5a
README.md
@@ -9,7 +9,7 @@ this action help to assign your coworkers as pull request reviewer if condition'
9
uses: LongOddCode/assign-reviewer
10
with:
11
#github access token.
12
- token: ${{secrets.GITHUB_TOKEN}}
+ token: ${{ secrets.GITHUB_TOKEN }}
13
14
# Github action doesn't support arrary rightnow. So use json array
15
# as a workaround.
0 commit comments