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

@@ -33,7 +33,8 @@ permissions:
jobs:
triage-issue:
timeout-minutes: 5
if: '${{ github.repository == "QwenLM/qwen-code" }}'
if: |-
${{ github.repository == 'QwenLM/qwen-code' }}
runs-on: 'ubuntu-latest'
steps:
- name: 'Run Qwen Issue Analysis'