generated from AndreasAugustin/template
-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(lint): increase version in README.md and fix markdownlint issues
- Loading branch information
1 parent
c360d23
commit 0b4dc63
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -37,7 +38,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: actions-template-sync | ||
uses: AndreasAugustin/[email protected].3-draft | ||
uses: AndreasAugustin/[email protected].4-draft | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
source_repo_path: <owner/repo> | ||
|
@@ -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 | ||
|