Skip to content

Commit

Permalink
merge issue debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ThugPigeon653 committed Nov 14, 2023
1 parent 13c9abe commit 442347d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
branch: main

- name: Merge Pull Request
run: |
gh pr merge <pull-request-number> --auto --delete-branch
run: gh pr merge ${{ github.event.number }} --auto --delete-branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 442347d

Please sign in to comment.