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 636e91f commit c438b34Copy full SHA for c438b34
1 file changed
.github/workflows/latest-changes.yml
@@ -26,6 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
28
with:
29
+ ref: ${{ github.event.repository.default_branch }}
30
# To allow latest-changes to commit to the main branch
31
token: ${{ secrets.SQLMODEL_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
32
persist-credentials: true # required by tiangolo/latest-changes
0 commit comments