Skip to content

Commit

Permalink
Perform unshallow clone
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralButter committed Dec 7, 2023
1 parent 7392d8a commit 84548eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dorg_git_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
if_key_exists: fail
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Configure Drupal.org remote
run: |
git remote add dorg [email protected]:project/tide_core.git
Expand Down

0 comments on commit 84548eb

Please sign in to comment.