Đang tải…
Đang tải…
Execute GitHub Actions locally using act
npx claude-code-templates@latest --command automation/actExecute GitHub Actions workflows locally using act: $ARGUMENTS
find .github/workflows -name "*.yml" -o -name "*.yaml" | head -10docker --versionExecute GitHub Actions workflow locally:
Setup Verification
act --version.github/workflows/Workflow Selection
$ARGUMENTSLocal Execution
.env or .secretsDebugging Support
--verbose for detailed output--dry-run for testing--list to show available actions# List all workflows
act --list
# Run specific workflow
act workflow_dispatch -W .github/workflows/$ARGUMENTS.yml
# Run with secrets
act --secret-file .env
# Debug mode
act --verbose --dry-run