Skip to content

change prompt

change prompt #12

Workflow file for this run

name: PR automations
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
test-action:
name: Test action
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: ./
with:
prompt: Hello, world!
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}