fix: update workflow

This commit is contained in:
Alpha Nerd 2026-05-11 15:09:43 +02:00
parent ec71a30ab1
commit 499ee5eba0
Signed by: alpha-nerd
SSH key fingerprint: SHA256:QkkAgVoYi9TQ0UKPkiKSfnerZy2h4qhi3SVPXJmBN+M
2 changed files with 1 additions and 11 deletions

View file

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