chrisliebaer/Setup Gitea actions
Gitea action that fixes some issues with using common GitHub Actions inside Gitea.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 11, 2025
- License
- MIT
Pinned Snippet
uses: chrisliebaer/gitea-actions-fix@ea96d484efd34408444c85522c1516d57ef0d93f # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token to use for the action. Overriding the default is usually required, since the Gitea access token is too limited for most actions. | yes | ${{ github.token }} |
| server_url | The URL of the Gitea server. | yes | ${{ github.server_url }} |
| report_config_on_error | Whether to print the full git configuration at the end of the pipeline, if an error occurred. This is useful for debugging, if other actions have made destructive changes to the git configuration, causing the pipeline to fail. | yes | false |
| debug_git | Sets both `GIT_TRACE` and `GIT_CURL_VERBOSE` to `1`, to enable verbose more verbose output from git. | no | false |
Outputs
no outputs