forgot tag in action.yml

This commit is contained in:
Braydon 2023-08-06 01:37:18 -04:00
parent 0c47409034
commit 54436b333d

@ -1,30 +1,33 @@
name: 'Gitea Release Action'
description: 'A Gitea Action to manage Gitea release'
name: "Gitea Release Action"
description: "A Gitea Action to manage Gitea release"
inputs:
files:
description: 'The files needs to be uploaded'
description: "The files needs to be uploaded"
required: true
title:
description: 'The release title'
tag:
description: "The release tag"
required: false
body:
description: 'The release body'
title:
description: "The release title"
required: false
pre_release:
body:
description: "The release body"
required: false
pre_release:
description: "Whether it's a pre release"
required: false
draft:
draft:
description: "Whether it's a draft"
required: false
api_key:
description: 'The access token to interact with Gitea'
description: "The access token to interact with Gitea"
required: false
insecure:
description: 'Whether allow insecure Gitea instance'
description: "Whether allow insecure Gitea instance"
required: false
outputs:
status:
description: 'The upload status'
description: "The upload status"
runs:
using: 'go'
main: 'main.go'
using: "go"
main: "main.go"