We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18fb29 commit 81cf77bCopy full SHA for 81cf77b
template/.github/workflows/dependabot-post-update.yaml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v4.2.2
18
with:
19
persist-credentials: true # (default) makes GITHUB_TOKEN available for git push
20
- fetch-depth: 0 # Fetch full history so we can push back
+ fetch-depth: 1 # Fetch tip commit so we can push back
21
ref: ${{ github.event.pull_request.head.ref }} # Check out the head ref of the PR instead of detached HEAD
22
23
- name: Configure Git author
0 commit comments