What problem does it solve?
When building and using gh-aw locally (not from a release), compiled workflows reference local actions such as actions/setup, which often don't exist in the target repository.
This skill explains why these references break and how to resolve them by copying the required folders or switching to release mode for CI.
Core Features & Use Cases
- Understand gh-aw action modes: dev (local), release (remote), and inline (embedded scripts) to select the appropriate reference strategy.
- Provide practical steps to copy the actions/ folder or compile in release mode to ensure workflows run in both local development and CI.
- Troubleshoot common forked-repo, CI/CD, and mixed local/CI scenarios to maintain consistent workflow behavior.
Quick Start
Follow this guide to configure local gh-aw development by copying the actions folder or switching to release mode.