diff --git a/.github/workflows/pullfrog.yml b/.github/workflows/pullfrog.yml index 42b931e..f5ae018 100644 --- a/.github/workflows/pullfrog.yml +++ b/.github/workflows/pullfrog.yml @@ -1,11 +1,15 @@ # PULLFROG ACTION — DO NOT EDIT EXCEPT WHERE INDICATED name: Pullfrog +run-name: ${{ inputs.name || github.workflow }} on: workflow_dispatch: inputs: prompt: type: string description: Agent prompt + name: + type: string + description: Run name permissions: id-token: write @@ -38,4 +42,4 @@ jobs: MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }} GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }} DEEPSEEK_API_KEY: ${{ secrets.DEEPSEEK_API_KEY }} - OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }} \ No newline at end of file + OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}