Skip to content

Commit

Permalink
split and push github action fetch whole history
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubkulhan committed May 23, 2024
1 parent fb394ff commit a667bdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/split-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- data-access-kit-symfony
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- run: |
git config --global user.name "Jakub Kulhan"
git config --global user.email "ahoj@jakubkulhan.cz"
Expand Down

0 comments on commit a667bdb

Please sign in to comment.