Skip to content

Commit

Permalink
Merge pull request #56447 from Expensify/andrew-1p-v8
Browse files Browse the repository at this point in the history
Change to `depth` flag
  • Loading branch information
roryabraham authored Feb 6, 2025
2 parents 596e373 + 439ac01 commit 3dea60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cherryPick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
submodules: true

- name: Run git fetch
run: git fetch origin main --fetch-depth=1
run: git fetch origin main --depth=1

- name: Set up git for OSBotify
id: setupGitForOSBotify
Expand Down

0 comments on commit 3dea60d

Please sign in to comment.