Update workflow

This commit is contained in:
Colin McDonnell
2026-01-15 23:47:40 +00:00
committed by pullfrog[bot]
parent 2d2d31adfa
commit 5c60791b34
+4 -2
View File
@@ -11,16 +11,18 @@ on:
prompt: prompt:
description: Agent prompt description: Agent prompt
type: string type: string
secrets: inherit
permissions: permissions:
id-token: write id-token: write
contents: read
jobs: jobs:
agent: pullfrog:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run agent - name: Run agent
uses: pullfrog/pullfrog@main uses: pullfrog/pullfrog@main