Fix pr_style_bot (#781)

This commit is contained in:
Simon Alibert
2025-02-27 12:13:36 +01:00
committed by GitHub
parent 8d60ac3ffc
commit 68b369e321

View File

@@ -41,7 +41,7 @@ jobs:
HEADREPOFULLNAME: ${{ steps.pr_info.outputs.headRepoFullName }} HEADREPOFULLNAME: ${{ steps.pr_info.outputs.headRepoFullName }}
HEADREF: ${{ steps.pr_info.outputs.headRef }} HEADREF: ${{ steps.pr_info.outputs.headRef }}
with: with:
persist-credentials: false persist-credentials: true
# Instead of checking out the base repo, use the contributor's repo name # Instead of checking out the base repo, use the contributor's repo name
repository: ${{ env.HEADREPOFULLNAME }} repository: ${{ env.HEADREPOFULLNAME }}
ref: ${{ env.HEADREF }} ref: ${{ env.HEADREF }}