From 499ee5eba021f3935ee9475e0568957cbea44dc8 Mon Sep 17 00:00:00 2001 From: alpha nerd Date: Mon, 11 May 2026 15:09:43 +0200 Subject: [PATCH] fix: update workflow --- .gitignore | 1 + action.yml | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c816185 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.claude \ No newline at end of file diff --git a/action.yml b/action.yml index aca1c3f..cbc3f6b 100644 --- a/action.yml +++ b/action.yml @@ -51,14 +51,3 @@ inputs: runs: using: "node20" main: "dist/index.mjs" - env: - NOMYO_API_KEY: ${{ inputs.nomyo_api_key }} - NOMYO_API_URL: ${{ inputs.nomyo_api_url }} - MODEL: ${{ inputs.model }} - AGENT: ${{ inputs.agent }} - SHARE: ${{ inputs.share }} - PROMPT: ${{ inputs.prompt }} - FORGEJO_API_URL: ${{ inputs.forgejo_api_url }} - FORGEJO_TOKEN: ${{ inputs.forgejo_token }} - MENTIONS: ${{ inputs.mentions }} - VARIANT: ${{ inputs.variant }}