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 }}