Skip to content

Commit

Permalink
Fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Sep 10, 2024
1 parent c17d895 commit 9298365
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-since-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
if: ${{ github.repository_owner == 'timja' }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run update-since-todo.py
run: |
body=$(./update-since-todo.py)
Expand All @@ -38,4 +40,5 @@ jobs:
body: ${{ steps.run_script.outputs.PROGRESS }}
base: master
labels: skip-changelog
branch: actions/update-since-todo
delete-branch: true

0 comments on commit 9298365

Please sign in to comment.