Skip to content

Commit 68a6ba4

Browse files
committed
Smaller fetch depth
1 parent ef76a1b commit 68a6ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tracker-script-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
repository: ${{ github.event.pull_request.head.repo.full_name }}
2121
ref: ${{ github.event.pull_request.head.ref }}
2222
token: ${{ secrets.PLAUSIBLE_BOT_GITHUB_TOKEN }}
23-
fetch-depth: 0
23+
fetch-depth: 1
2424

2525
- name: Checkout master for comparison
2626
uses: actions/checkout@v4

0 commit comments

Comments
 (0)