We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca909f1 commit 38e37ebCopy full SHA for 38e37eb
.github/workflows/update-from-template.yml
@@ -183,6 +183,8 @@ jobs:
183
steps:
184
- uses: actions/checkout@v4
185
with:
186
+ # Required because otherwise there are always changes detected when executing diff/rev-list
187
+ fetch-depth: 0
188
# If no PAT is used the following error occurs on a push:
189
# refusing to allow a GitHub App to create or update workflow `.github/workflows/xxx.yml` without `workflows` permission
190
token: ${{ secrets.UPDATE_FROM_TEMPLATE_PAT }}
0 commit comments