From 442347d1e84d20f81f7631e1bb2dfd1d5c373271 Mon Sep 17 00:00:00 2001 From: ThugPigeon653 <89567974+ThugPigeon653@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:21:11 +1000 Subject: [PATCH] merge issue debug --- .github/workflows/python-tests.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-tests.yaml b/.github/workflows/python-tests.yaml index 91df64f..16ddd20 100644 --- a/.github/workflows/python-tests.yaml +++ b/.github/workflows/python-tests.yaml @@ -33,7 +33,6 @@ jobs: branch: main - name: Merge Pull Request - run: | - gh pr merge --auto --delete-branch + run: gh pr merge ${{ github.event.number }} --auto --delete-branch env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}