mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
fix: update step reference from claude-code to claude in format-turns
Fixed critical bug where format-turns step was still referencing the old step name 'claude-code' instead of the new 'claude' step name.
This commit is contained in:
@@ -247,7 +247,7 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Try to format the turns, but if it fails, dump the raw JSON
|
# Try to format the turns, but if it fails, dump the raw JSON
|
||||||
if bun run ${{ github.action_path }}/src/entrypoints/format-turns.ts "${{ steps.claude-code.outputs.execution_file }}" >> $GITHUB_STEP_SUMMARY 2>/dev/null; then
|
if bun run ${{ github.action_path }}/src/entrypoints/format-turns.ts "${{ steps.claude.outputs.execution_file }}" >> $GITHUB_STEP_SUMMARY 2>/dev/null; then
|
||||||
echo "Successfully formatted Claude Code report"
|
echo "Successfully formatted Claude Code report"
|
||||||
else
|
else
|
||||||
echo "## Claude Code Report (Raw Output)" >> $GITHUB_STEP_SUMMARY
|
echo "## Claude Code Report (Raw Output)" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|||||||
Reference in New Issue
Block a user