Skip to content

Release v0.5.3: Fix GitHub Actions workflow validation issues

Choose a tag to compare

@paul-fracture paul-fracture released this 04 Apr 23:37
· 9 commits to main since this release

Claude Code GitHub Action v0.5.3

This release fixes critical GitHub Actions workflow validation issues that were preventing the action from running correctly.

What's Fixed

  • GitHub Actions Output Syntax: Fixed inconsistent output handling across workflow steps
  • Multi-line String Handling: Applied proper heredoc-style syntax consistently throughout all workflow files
  • Workflow Validation Errors: Resolved "Unable to process file command output" errors that were preventing workflows from starting

Technical Details

The fix ensures consistent use of the GitHub Actions heredoc-style syntax (<<EOF delimiter) for all variables being set as outputs, which properly handles multi-line strings in user feedback.

All previous features from v0.5.2 remain intact, including the improved in-line code suggestion functionality.

Upgrading

To upgrade, simply update the version references in your workflow files:

uses: fractureinc/claude-code-github-action/.github/workflows/claude-full.yml@v0.5.3
uses: fractureinc/claude-code-github-action/.github/workflows/claude-label-fix.yml@v0.5.3