From d7ad5884730f9e6da39e55c0e994b30a67f2c268 Mon Sep 17 00:00:00 2001 From: andy Augustin Date: Tue, 4 May 2021 22:11:27 +0200 Subject: [PATCH] chore(patch): patch release v0.1.3-draft (#72) --- .github/workflows/test.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3bf6d3b9..f728b8f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,3 +17,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: AndreasAugustin/template.git + upstream_branch: main diff --git a/README.md b/README.md index 23a36f25..979f641f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.1.2-draft + uses: AndreasAugustin/actions-template-sync@v0.1.3-draft with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: