Commit d2a55c6
fix: add checkout step to classify-issue-severity workflow
The claude-code-action requires a git repository to be present for
git configuration during setup. Without checking out the repository,
the action fails with:
fatal: not in a git directory
error: Executable not found in $PATH: "claude"
This adds the required actions/checkout@v4 step before running the
claude-code-action to ensure the git directory exists.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 614e72a commit d2a55c6
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
0 commit comments