From e42f43b67b2ca0d726dec681aa34e4b875ddd284 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 28 Jun 2023 19:31:20 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1739ca8..1d5bbae0 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ And many more. > * For repositories that have PRs generated from forks when configuring [`actions/checkout`](https://github.com/actions/checkout#usage) set the `repository` to `${{ github.event.pull_request.head.repo.full_name }}`. See: [Example](https://github.com/tj-actions/changed-files/blob/main/.github/workflows/test.yml#L47-L51) -`pull_request` +### On `pull_request` ```yaml name: CI @@ -192,7 +192,7 @@ jobs: echo "List all the files that have changed: ${{ steps.changed-files-yaml.outputs.doc_all_changed_files }}" ``` -`push` +### On `push` ```yaml name: CI