From d687f65a524a17f8876ddbacca3d546f05326de3 Mon Sep 17 00:00:00 2001 From: Lucas Petrino Date: Wed, 4 Jun 2025 15:15:52 +1200 Subject: [PATCH] Fix --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c8e3616..173b278 100644 --- a/action.yml +++ b/action.yml @@ -23,5 +23,5 @@ runs: - ${{ inputs.path }} - ${{ inputs.opts }} env: - PRBOT_USERNAME: ${{ inputs.prbot_username }} - PRBOT_API_TOKEN: ${{ inputs.prbot_api_token }} \ No newline at end of file + GITEA_BOT_USER: ${{ inputs.prbot_username }} + GITEA_BOT_TOKEN: ${{ inputs.prbot_api_token }} \ No newline at end of file