Skip to content

Commit b06f715

Browse files
committed
chore: update workflow
1 parent cfdab10 commit b06f715

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/update-nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update nightly-testing
1+
name: Update Nightly Testing
22

33
on:
44
schedule:
@@ -14,8 +14,10 @@ jobs:
1414
uses: actions/checkout@v6
1515
with:
1616
ref: nightly-testing
17+
fetch-depth: 0
1718
token: ${{ secrets.UNICODE_BASIC_TOKEN }}
1819

20+
1921
- name: install jq
2022
uses: dcarbone/install-jq-action@v3
2123

0 commit comments

Comments
 (0)