From 41b1821749cc0177726ff283a4015ed24f335ce7 Mon Sep 17 00:00:00 2001 From: mulmuri Date: Fri, 21 Feb 2025 03:43:51 +0900 Subject: [PATCH] fix: use proper flag --- .github/actions/update-image-tag/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/update-image-tag/action.yml b/.github/actions/update-image-tag/action.yml index 606c111..930db90 100644 --- a/.github/actions/update-image-tag/action.yml +++ b/.github/actions/update-image-tag/action.yml @@ -54,6 +54,6 @@ runs: - name: "Merge pull request" if: steps.pull-request.outputs.pull-request-operation == 'created' shell: bash - run: gh pr merge ${{ steps.pull-request.outputs.pull-request-number }} --squash --delete-branch --force --repo goboolean/manifests + run: gh pr merge ${{ steps.pull-request.outputs.pull-request-number }} --squash --delete-branch --admin --repo goboolean/manifests env: GITHUB_TOKEN: ${{ inputs.github-token }}