We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2325f commit 2e2775bCopy full SHA for 2e2775b
.github/workflows/cron-tasks.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v4
34
with:
35
# don't checkout a detatched HEAD
36
- ref: ${{ github.head_ref }}
+ ref: main # TODO: change to {{ github.head_ref }}
37
38
# this is important so git log can pick up on
39
# the whole history to generate the list of AUTHORS
0 commit comments