Skip to content

Commit a651a0c

Browse files
committed
chore: update default branch reference in health checks workflow from 'datil' to 'master'
1 parent 2680292 commit a651a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/health-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout datil branch
2929
uses: actions/checkout@v4
3030
with:
31-
ref: ${{ github.event.inputs.datil_branch || 'datil' }}
31+
ref: ${{ github.event.inputs.datil_branch || 'master' }}
3232
fetch-depth: 1
3333

3434
- name: Setup Node.js

0 commit comments

Comments
 (0)