Skip to content

Commit

Permalink
Fix README (#60)
Browse files Browse the repository at this point in the history
* Update README.md

* clarify the convention of owner/repo
  • Loading branch information
pattacini authored Apr 20, 2021
1 parent ebeafa0 commit 04c46ce
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 @@ -37,10 +37,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: actions-template-sync
uses: actions/actions-template-sync
uses: AndreasAugustin/actions-template-sync@v0.1.0-draft
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: <the_path_to_the_repo>
source_repo_path: <owner/repo>
```
You will receive a pull request within your repository if there are some changes available.
Expand Down

0 comments on commit 04c46ce

Please sign in to comment.