From bf2ef03e3f5830b8f9a59aeb18e6e7e52d4e4170 Mon Sep 17 00:00:00 2001 From: Andy Augustin Date: Sun, 1 Jan 2023 13:15:35 +0100 Subject: [PATCH] release(v0.5.5-draft) release new 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 827f44c4..838bba03 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.4-draft + uses: AndreasAugustin/actions-template-sync@v0.5.5-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: AndreasAugustin/template diff --git a/README.md b/README.md index 7f66e64e..5435b8ab 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.5.4-draft + uses: AndreasAugustin/actions-template-sync@v0.5.5-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: @@ -104,7 +104,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.5.4-draft + uses: AndreasAugustin/actions-template-sync@v0.5.5-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # , should be within secrets