laojianzi / setup-gitea

The missing action for Gitea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The missing action for Gitea

License:MIT License


Languages

Language:JavaScript 99.2%Language:TypeScript 0.8%