Skip to content

Update sample.yml

Update sample.yml #10

Workflow file for this run

name: Sample
on:
pull_request:
types: [closed]
jobs:
say_hello:
runs-on: ubuntu-latest
steps:
- name : Print Title of PR
run: echo The Title of your PR is ${{ github.event.pull_request.title }}