From 7a093cc3f4b33ffdf4de17e20c499ee97b551778 Mon Sep 17 00:00:00 2001 From: Andy Augustin Date: Fri, 7 Oct 2022 20:50:25 +0200 Subject: [PATCH] doc(release): update docs for new release :up: --- .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 81ac3ce7..d0122236 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.1-draft + uses: AndreasAugustin/actions-template-sync@v0.4.2-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: AndreasAugustin/template diff --git a/README.md b/README.md index a40f10dc..34219e6a 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.1-draft + uses: AndreasAugustin/actions-template-sync@v0.4.2-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.1-draft + uses: AndreasAugustin/actions-template-sync@v0.4.2-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # , should be within secrets