Skip to content

Commit 81cf77b

Browse files
committed
depth 1
1 parent b18fb29 commit 81cf77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.github/workflows/dependabot-post-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4.2.2
1818
with:
1919
persist-credentials: true # (default) makes GITHUB_TOKEN available for git push
20-
fetch-depth: 0 # Fetch full history so we can push back
20+
fetch-depth: 1 # Fetch tip commit so we can push back
2121
ref: ${{ github.event.pull_request.head.ref }} # Check out the head ref of the PR instead of detached HEAD
2222

2323
- name: Configure Git author

0 commit comments

Comments
 (0)