Skip to content

Commit 2e2775b

Browse files
committed
temp - checkout main
1 parent fa2325f commit 2e2775b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
with:
3535
# don't checkout a detatched HEAD
36-
ref: ${{ github.head_ref }}
36+
ref: main # TODO: change to {{ github.head_ref }}
3737

3838
# this is important so git log can pick up on
3939
# the whole history to generate the list of AUTHORS

0 commit comments

Comments
 (0)