anttikivi/Forgejo Status
Report GitHub Actions job status as commit status on Forgejo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Forgejo API token | yes | — |
| host | Forgejo instance hostname (e.g. codeberg.org) | no | codeberg.org |
| repository | Repository in owner/name format | no | ${{ github.repository }} |
| sha | Commit SHA to set the status on | no | ${{ github.sha }} |
| context | Unique identifier for this status check | no | ${{ github.workflow }} / ${{ github.job }} |
| target-url | URL to link from the status | no | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} |
| job-status | Workaround for getting the job status. Do not set manually | — | ${{ job.status }} |
Outputs
no outputs