From d514bfab4f08bb432f9e439bc053ead96dd15f70 Mon Sep 17 00:00:00 2001 From: Andy Augustin Date: Mon, 3 Jan 2022 21:11:32 +0100 Subject: [PATCH] doc(divergent_branches): increase fix version :rocket: --- .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 0f21154c..7600a466 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@v2 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.2.0-draft + uses: AndreasAugustin/actions-template-sync@v0.2.1-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: AndreasAugustin/template diff --git a/README.md b/README.md index 19675c47..a43e6a55 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.2.0-draft + uses: AndreasAugustin/actions-template-sync@v0.2.1-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: @@ -91,7 +91,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.2.0-draft + uses: AndreasAugustin/actions-template-sync@v0.2.1-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # , should be within secrets