Skip to content

Commit

Permalink
enabling submodule checkout, needed for mto-docs (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: Fateh Ullah <[email protected]>
  • Loading branch information
ufateh and Fateh Ullah authored Jan 4, 2024
1 parent 34cc1c5 commit ab12fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request_container_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
submodules: recursive
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
ref: ${{github.event.pull_request.head.sha}}
Expand Down

0 comments on commit ab12fb6

Please sign in to comment.