Update workflow
This commit is contained in:
committed by
pullfrog[bot]
parent
2d2d31adfa
commit
5c60791b34
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user