From 573574a9443a200de0e236b17c7cca0cbd04f3c7 Mon Sep 17 00:00:00 2001 From: andy Augustin Date: Mon, 5 Dec 2022 21:04:22 +0100 Subject: [PATCH] release(v0.5.0-draft) release new version :rocket: (#233) --- .github/workflows/actions_template_sync.yml | 2 +- README.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions_template_sync.yml b/.github/workflows/actions_template_sync.yml index d012223..5d85aeb 100644 --- a/.github/workflows/actions_template_sync.yml +++ b/.github/workflows/actions_template_sync.yml @@ -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 diff --git a/README.md b/README.md index b2d1887..6c9ede0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: @@ -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 }} # , should be within secrets