diff --git a/test-project/.github/workflows/auto-merge.yml b/test-project/.github/workflows/auto-merge.yml index e1b1cec..081a79d 100644 --- a/test-project/.github/workflows/auto-merge.yml +++ b/test-project/.github/workflows/auto-merge.yml @@ -16,7 +16,7 @@ jobs: github.actor == 'renovate' steps: - name: automerge - uses: pascalgn/automerge-action@v0.16.2 + uses: pascalgn/automerge-action@v0.16.3 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} MERGE_METHOD: "rebase" diff --git a/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml b/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml index aa69c1a..fcfda3b 100644 --- a/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml +++ b/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml @@ -16,7 +16,7 @@ jobs: github.actor == 'renovate' steps: - name: automerge - uses: pascalgn/automerge-action@v0.16.2 + uses: pascalgn/automerge-action@v0.16.3 env: GITHUB_TOKEN: {{ '${{ secrets.PAT_TOKEN }}' }} MERGE_METHOD: "rebase"