Skip to content

Commit 544753b

Browse files
committed
Fix rev-parse not working
1 parent e48734d commit 544753b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/update-from-template.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ jobs:
183183
steps:
184184
- uses: actions/checkout@v4
185185
with:
186-
# Required because otherwise there are always changes detected when executing diff/rev-list
187-
fetch-depth: 0
188186
# If no PAT is used the following error occurs on a push:
189187
# refusing to allow a GitHub App to create or update workflow `.github/workflows/xxx.yml` without `workflows` permission
190188
token: ${{ secrets.UPDATE_FROM_TEMPLATE_PAT }}

0 commit comments

Comments
 (0)