Skip to content

Commit

Permalink
chore: Make sure entire repo is fetched when cherry-picking release c…
Browse files Browse the repository at this point in the history
…ommits
  • Loading branch information
atomrc committed Jan 22, 2024
1 parent b3ade98 commit f26d2f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cherry-pick-release-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Create PR to branch
uses: gorillio/github-action-cherry-pick@master
Expand Down

0 comments on commit f26d2f9

Please sign in to comment.