Skip to content

Commit a1f04a3

Browse files
committed
Fix JustRunMyApp redeploy checkout depth
1 parent a257350 commit a1f04a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/jrnm-redeploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
1719

1820
- name: Push to JustRunMyApp remote
1921
run: |

0 commit comments

Comments
 (0)