Skip to content

Bump actions/checkout from 4 to 6 #11

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #11

name: JAIPilot Generate
on:
pull_request:
types:
- opened
- synchronize
- reopened
permissions:
contents: write
pull-requests: write
concurrency:
group: jaipilot-generate-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
generate-tests:
if: ${{ github.actor != 'github-actions[bot]' && github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- name: Checkout PR branch
uses: actions/checkout@v6
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Run JAIPilot generate and push changes
uses: ./
with:
jaipilot-license-key: ${{ secrets.JAIPILOT_LICENSE_KEY }}