Skip to content

Commit

Permalink
release(v0.5.0-draft) release new version 🚀 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin authored Dec 5, 2022
1 parent 8b2b8ab commit 573574a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions_template_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v0.4.2-draft
uses: AndreasAugustin/actions-template-sync@v0.5.0-draft
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: AndreasAugustin/template
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ This GitHub action will help you to keep track of the template changes.

## Features

* Sync template repository with the current repository
* Sync other public or private repository (e.q. template repositories) with the current repository
* Ignore files and folders from syncing using a `.templatesyncignore` file
* many configuration options

## Usage

Expand All @@ -41,7 +42,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v0.4.2-draft
uses: AndreasAugustin/actions-template-sync@v0.5.0-draft
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: <owner/repo>
Expand Down Expand Up @@ -95,7 +96,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v0.4.2-draft
uses: AndreasAugustin/actions-template-sync@v0.5.0-draft
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # <owner/repo>, should be within secrets
Expand Down

0 comments on commit 573574a

Please sign in to comment.