Skip to content

Create create-pr.yml #53

Create create-pr.yml

Create create-pr.yml #53

Workflow file for this run

name: Repository Events
on:
push:
pull_request:
types: [opened, assigned, synchronize, reopened]
issues:
types: [opened]
jobs:
checkout-test:
runs-on: ubuntu-latest
steps:
- run: |
echo $GITHUB_SHA
echo $GITHUB_REF
- uses: actions/checkout@v4