Skip to content

Commit aedc354

Browse files
committed
👷 Fix latest-changes checkout target
1 parent 73c8a41 commit aedc354

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
@@ -30,6 +30,7 @@ jobs:
3030
run: echo "$GITHUB_CONTEXT"
3131
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3232
with:
33+
ref: ${{ github.event.repository.default_branch }}
3334
# To allow latest-changes to commit to the main branch
3435
token: ${{ secrets.TYPER_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
3536
persist-credentials: true # required by tiangolo/latest-changes

0 commit comments

Comments
 (0)