Skip to content

Commit

Permalink
doc(lint): increase version in README.md and fix markdownlint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Aug 7, 2021
1 parent c360d23 commit 0b4dc63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This GitHub action will help you to keep track of the template changes.

* Sync template repository with the current repository
* Ignore files and folders from syncing using a `.templatesyncignore` file

## Usage

### GitHub Actions
Expand All @@ -37,7 +38,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v0.1.3-draft
uses: AndreasAugustin/actions-template-sync@v0.1.4-draft
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: <owner/repo>
Expand All @@ -47,6 +48,7 @@ jobs:
You will receive a pull request within your repository if there are some changes available.
## Ignore Files
Create a `.templatesyncignore` file. Just like writing a `.gitignore` file, follow the [glob pattern](https://en.wikipedia.org/wiki/Glob_(programming)) in defining the files and folders that should be excluded from syncing with the template repository.

## Debug
Expand Down

0 comments on commit 0b4dc63

Please sign in to comment.