Skip to content

Commit 38e37eb

Browse files
committed
Revert "Fix rev-parse not working"
This reverts commit 544753b.
1 parent ca909f1 commit 38e37eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ 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
186188
# If no PAT is used the following error occurs on a push:
187189
# refusing to allow a GitHub App to create or update workflow `.github/workflows/xxx.yml` without `workflows` permission
188190
token: ${{ secrets.UPDATE_FROM_TEMPLATE_PAT }}

0 commit comments

Comments
 (0)