Skip to content

Commit

Permalink
Update readme because the action repo has been transfered
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Zhang committed Apr 28, 2020
1 parent 75b6e38 commit 566218d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
steps:
- name: Get PR Commits
id: 'get-pr-commits'
uses: Tim-Zhang/get-pr-commits@master
uses: tim-actions/get-pr-commits@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Commit Body Check
uses: Tim-Zhang/commit-body-check@master
uses: tim-actions/commit-body-check@master
with:
commits: ${{ steps.get-pr-commits.outputs.commits }
Expand Down

0 comments on commit 566218d

Please sign in to comment.