int128/cca-project-action
Track the usage of claude-code-action in a GitHub project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: int128/cca-project-action@f5042f550a50f4a8383fe30af7d0c2385b5ff868 # v0.18.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| execution-file | Path to the execution file from claude-code-action | no | — |
| project-id | GitHub project ID | yes | — |
| project-field-id-last-called-at | GitHub project field ID for the last called date | no | — |
| project-field-id-calls | GitHub project field ID for the cumulative calls | no | — |
| project-field-id-cost-usd | GitHub project field ID for the cumulative cost in USD | no | — |
| project-status-field-option-id | The field option ID to transition the status field | no | — |
| token | GitHub token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| cumulative-calls | Cumulative number of calls to claude-code-action |
| cumulative-cost-usd | Cumulative cost in USD of claude-code-action |