Skip to content

Commit

Permalink
Merge pull request #51701 from Expensify/andrew-fetch-depth
Browse files Browse the repository at this point in the history
Add fetch depth in order to make sure we can checkout the staging branch on hybrid deploy

(cherry picked from commit 430d2af)

(CP triggered by AndrewGable)
  • Loading branch information
luacmartins authored and OSBotify committed Oct 29, 2024
1 parent 8f9718a commit 61b620b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ jobs:
submodules: true
path: 'Mobile-Expensify'
token: ${{ secrets.OS_BOTIFY_TOKEN }}
fetch-depth: 0

- name: Update submodule
run: |
Expand Down Expand Up @@ -478,6 +479,7 @@ jobs:
submodules: true
path: 'Mobile-Expensify'
token: ${{ secrets.OS_BOTIFY_TOKEN }}
fetch-depth: 0

- name: Update submodule
run: |
Expand Down

0 comments on commit 61b620b

Please sign in to comment.