From ab78ce2a3fb4477e8e07ed7380cc42304b0faf84 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:22:44 +0530 Subject: [PATCH] fix: correct workflow file for automerger Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c217100..8432a18 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -40,4 +40,4 @@ jobs: - extract-branch if: > github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]' - uses: maptiler/tileserver-gl/.github/workflows/ct.yml@master + uses: maptiler/tileserver-gl/.github/workflows/automerger.yml@master