Skip to content

Commit

Permalink
add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Nov 2, 2023
1 parent 012c4fe commit 5a48c1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.actor == 'koppor' }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
show-progress: ''
- name: Merge PR
run: gh pr merge --auto --squash "$PR_URL"
env:
Expand Down

0 comments on commit 5a48c1b

Please sign in to comment.