Skip to content

test commit abc de don't #2

test commit abc de don't

test commit abc de don't #2

Workflow file for this run

name: Test
on:
pull_request:
types:
- opened
- synchronize
- edited
jobs:
print_title_of_pr:
runs-on: ubuntu-20.04
steps:
- name: Print Title of PR
run: echo The Title of your PR is ${{ github.event.pull_request.title }}