Skip to content

Commit c438b34

Browse files
authored
👷 Fix latest-changes checkout target (#2031)
1 parent 636e91f commit c438b34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/latest-changes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2828
with:
29+
ref: ${{ github.event.repository.default_branch }}
2930
# To allow latest-changes to commit to the main branch
3031
token: ${{ secrets.SQLMODEL_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
3132
persist-credentials: true # required by tiangolo/latest-changes

0 commit comments

Comments
 (0)