Skip to content

Commit 54f4b7d

Browse files
author
Tom Lienard
authored
fix: changesets renovate checkout current branch (#1223)
1 parent 4628d70 commit 54f4b7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/changesets-renovate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
17+
with:
18+
fetch-depth: 2
19+
ref: ${{ github.head_ref }}
1720
- name: Git Identity
1821
run: |
1922
git config --global user.name 'Scaleway Bot'

0 commit comments

Comments
 (0)