mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-22 09:47:47 +00:00
chore: fix action lint errors
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user