From 055ea1e0430bb8e4948aaf4a02efbacc72f74070 Mon Sep 17 00:00:00 2001 From: andy Augustin Date: Fri, 23 Dec 2022 20:41:19 +0100 Subject: [PATCH] docs(): version bump :pencil: (#258) --- .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 5d85aeb..cdd0fec 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.5.0-draft + uses: AndreasAugustin/actions-template-sync@v0.5.1-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: AndreasAugustin/template diff --git a/README.md b/README.md index 0e84063..9688dd9 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.5.0-draft + uses: AndreasAugustin/actions-template-sync@v0.5.1-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: @@ -99,7 +99,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.5.0-draft + uses: AndreasAugustin/actions-template-sync@v0.5.1-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # , should be within secrets