Files
claude-code-action/action.yml
claude[bot] 3302e177b1 fix: replace github.action_path with GITHUB_ACTION_PATH for containerized workflows
This change fixes an issue where the action fails in containerized workflow 
jobs. By using ${GITHUB_ACTION_PATH} instead of ${{ github.action_path }}, 
the action can properly locate its resources in container environments.

Fixes #132

Co-authored-by: ashwin-ant <ashwin-ant@users.noreply.github.com>
2025-06-05 17:07:04 +00:00

7.6 KiB