Skip to content

Commit

Permalink
Hopefully fix template-cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig committed Nov 20, 2023
1 parent c1f27c5 commit c7a7ead
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/template-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
# These are needed to make ad-m/github-push-action work
# https://github.com/ad-m/github-push-action/tree/d91a481090679876dfc4178fef17f286781251df#example-workflow-file
persist-credentials: false
fetch-depth: 0

- name: Cleanup
run: |
Expand Down

0 comments on commit c7a7ead

Please sign in to comment.