Skip to content

Commit

Permalink
Fetch one more commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn committed Oct 3, 2023
1 parent df0e50d commit 84cb8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/[email protected]
continue-on-error: true
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 3
- name: package_json
shell: bash
run: |
Expand Down

0 comments on commit 84cb8e0

Please sign in to comment.