Skip to content

Commit abecc77

Browse files
authored
👷 Update latest-changes (#2375)
1 parent 9eaf818 commit abecc77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/latest-changes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
run: echo "$GITHUB_CONTEXT"
3333
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3434
with:
35-
# To allow latest-changes to commit to the main branch
35+
ref: ${{ github.event.repository.default_branch }}
36+
# To allow latest-changes to commit to the default branch
3637
token: ${{ secrets.LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
3738
persist-credentials: true # required by tiangolo/latest-changes
3839
- uses: tiangolo/latest-changes@c9b73efbc8992ef1a401e4235ea307a8ca8a724b # 0.6.1

0 commit comments

Comments
 (0)