Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

laojianzi/setup-gitea

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-gitea

The missing action for Gitea

  • Works on Linux, Mac, and Windows
  • Supports different versions

ENV Setting

ref: https://docs.gitea.io/en-us/environment-variables/

Action Input

    steps:
    - uses: actions/checkout@v2
    - uses: laojianzi/setup-gitea@v1
      with:
        gitea-version: latest
        args: --version

gitea-version

version of gitea to use in form of v1.2 or v1.2.3 or latest to use the latest version

args

gitea command line arguments