Gitea Actions

Mirrors of Gitea actions

This action sets up a Python environment for use in actions by: - optionally installing and adding to PATH a version of Python that is already installed in the tools cache - downloading, installing and adding to PATH an available version of Python from GitHub Releases ([actions/python-versions](https://github.com/actions/python-versions/releases)) if a specific version is not available in the tools cache - failing if a specific version of Python is not preinstalled or available for download - registering problem matchers for error output
Updated 2025-06-25 11:40:44 +07:00
An action to support publishing release to Gitea.
Updated 2025-06-25 09:53:06 +07:00
This downloads artifacts from your build.
Updated 2025-06-17 20:18:27 +07:00
This action allows caching dependencies and build outputs to improve workflow execution time.
Updated 2025-06-17 20:18:22 +07:00
Upload Actions Artifacts from your Workflow Runs. Internally powered by @actions/artifact package.
Updated 2025-06-17 18:09:38 +07:00
Updated 2025-06-16 19:36:39 +07:00
Updated 2025-06-16 12:21:32 +07:00
This action checks-out your repository under $GITHUB_WORKSPACE, so your workflow can access it.
Updated 2025-06-06 15:19:16 +07:00
This action sets up a go environment for use in actions by: - Optionally downloading and caching a version of Go by version and adding to PATH. - Registering problem matchers for error output.
Updated 2022-06-05 19:12:30 +07:00