From d566ef116460359f25bafd5ac1f4c66058031be8 Mon Sep 17 00:00:00 2001 From: jank Date: Mon, 2 Jun 2025 08:24:59 +0200 Subject: [PATCH] whoops --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index afd6436..3073df3 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ runs: GITEA_URL: ${{ inputs.GITEA_URL }} GITEA_TOKEN: ${{ inputs.GITEA_CLAUDE_TOKEN }} run: | - tea login add --name mygitea --url "$GITEA_URL" --token "$GITEA_TOKEN" --insecure ${{ startsWith(secrets._GITEA_URL, 'http://') || '' }} + tea login add --name mygitea --url "$GITEA_URL" --token "$GITEA_TOKEN" --insecure ${{ startsWith(inputs.GITEA_URL, 'http://') || '' }} - name: Install bun uses: oven-sh/setup-bun@v2