Skip to content

Commit

Permalink
Forgot checking-out codes
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiqian committed Jul 11, 2024
1 parent fdad627 commit f1c4cb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr_auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/auto-assign
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f1c4cb1

Please sign in to comment.