Skip to content

Commit

Permalink
internal: add missing checkout step to gather_prs_test.yml (skyrim-mu…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Nov 7, 2024
1 parent 9772dbc commit 3fc4084
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gather_prs_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
env:
DEPLOY_BRANCH: ${{ github.event.inputs.branch }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: 'true'
- name: Gather PRs
uses: Pospelove/auto-merge-action@main
with:
Expand Down

0 comments on commit 3fc4084

Please sign in to comment.