We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c823f commit 3c50a80Copy full SHA for 3c50a80
.github/workflows/rebase-netlify.yaml
@@ -10,6 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
with:
12
ref: netlify
13
+ fetch-depth: '0'
14
token: ${{ secrets.GITHUB_TOKEN }}
15
- run: |
16
git rebase main
0 commit comments