Skip to content

Commit

Permalink
always fetch full git history
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Nov 26, 2024
1 parent abfec44 commit 59418e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Push to Dokku
uses: dokku/github-action@master
Expand All @@ -42,6 +44,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Push to Dokku
uses: dokku/github-action@master
Expand Down

0 comments on commit 59418e2

Please sign in to comment.