Stu Mason
Stu Mason

Activity

Pull Request Merged

PR #33 merged: fix: add checkout step - required for git operations

Problem

Claude run failed with:

fatal: not in a git directory
Failed to configure git authentication

Fix

Add the checkout step back before running Claude Code action.

The action needs the repo checked out to:

  • Configure git user
  • Create branches
  • Commit and push changes

Stu Mason + AI [email protected]

+11
additions
-30
deletions
2
files changed