From eb8a11dffccb7b5ca12768f23681025bb9a18ed0 Mon Sep 17 00:00:00 2001 From: Andy Augustin Date: Fri, 26 Aug 2022 20:51:29 +0200 Subject: [PATCH] doc(v0.4.1-draft) bug fix release :zap: --- .github/workflows/actions_template_sync.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions_template_sync.yml b/.github/workflows/actions_template_sync.yml index 9079fbb..81ac3ce 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.0-draft + uses: AndreasAugustin/actions-template-sync@v0.4.1-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: AndreasAugustin/template diff --git a/README.md b/README.md index 432b5aa..f1a10c0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.4.0-draft + uses: AndreasAugustin/actions-template-sync@v0.4.1-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: @@ -94,7 +94,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.4.0-draft + uses: AndreasAugustin/actions-template-sync@v0.4.1-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # , should be within secrets