Skip to content

Commit

Permalink
Adjusting checkout params as suggested from [issue](ad-m/github-push-…
Browse files Browse the repository at this point in the history
  • Loading branch information
smaillet committed Feb 24, 2020
1 parent 4a2c281 commit f931c9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0

- name: Checkout submodules
run: git submodule update --init --recursive
Expand Down

0 comments on commit f931c9b

Please sign in to comment.