chore: fix action lint errors

This commit is contained in:
tanzhenxin
2025-08-22 12:00:10 +08:00
parent 0f3db5275f
commit af0439165a
6 changed files with 28 additions and 14 deletions

View File

@@ -8,7 +8,8 @@ on:
jobs:
audit-prs:
timeout-minutes: 15
if: '${{ github.repository == "QwenLM/qwen-code" }}'
if: |-
${{ github.repository == 'QwenLM/qwen-code' }}
permissions:
contents: 'read'
id-token: 'write'