mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: add checkout step to classify-issue-severity workflow (#21235)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.5
parent
614e72a425
commit
37e8b8946a
@@ -21,6 +21,11 @@ jobs:
|
||||
result: ${{ steps.analysis.outputs.result }}
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Analyze Issue Severity
|
||||
id: analysis
|
||||
uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1.0.23
|
||||
|
||||
Reference in New Issue
Block a user