Skip to content

Commit

Permalink
chore: add fetch depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohnburton committed Feb 14, 2024
1 parent a19de79 commit 71160f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0

- name: Configure Git
run: |
Expand All @@ -43,6 +44,7 @@ jobs:
git checkout -b $BRANCH
git cherry-pick -x $COMMIT_SHA
- name: Push to Remote
run: |
Expand Down

0 comments on commit 71160f1

Please sign in to comment.