From e6acd0b23ad12733d112a71c7178f11f28f52622 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 4 Oct 2025 21:09:14 -0400 Subject: [PATCH] Formatting. --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index a6c590d..d6d7f7a 100644 --- a/action.yml +++ b/action.yml @@ -9,14 +9,18 @@ inputs: url: description: URL to the Gitea instance required: true + token: description: Personal access token to the Gitea instance required: true + tea-version: description: Tea CLI version default: 0.11.0 + pr-label: description: Labels for the PR (comma-separated) + assignee: description: User to assign the PR to default: ${{ github.actor }}