chrisliebaer/Setup Gitea actions

Gitea action that fixes some issues with using common GitHub Actions inside Gitea.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 11, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: chrisliebaer/gitea-actions-fix@ea96d484efd34408444c85522c1516d57ef0d93f # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenThe 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_urlThe URL of the Gitea server. yes${{ github.server_url }}
report_config_on_errorWhether 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. yesfalse
debug_gitSets both `GIT_TRACE` and `GIT_CURL_VERBOSE` to `1`, to enable verbose more verbose output from git. nofalse

no outputs