diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3bf6d3b..f728b8f 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 23a36f2..979f641 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: