Update ai_pr_title_review.yml

This commit is contained in:
Ludy87 2025-07-16 20:55:58 +02:00
parent 2a9d302c4c
commit eabf9bb7d4
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -22,7 +22,11 @@ jobs:
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ github.event.pull_request.base.ref }}
fetch-depth: 1
- name: Configure Git to suppress detached HEAD warning
run: git config --global advice.detachedHead false