From 51bc7ab1452b8422fc78f6bdda196b87881d0b1c Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:50:16 -0600 Subject: [PATCH] Updated README.md (#1677) Co-authored-by: jackton1 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 789bbbb459b..aa777e670bd 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,6 @@ And many more... > * **Credentials Persistence**: If [`fetch-depth`](https://github.com/actions/checkout#usage) is not set to 0, make sure to set [`persist-credentials`](https://github.com/actions/checkout#usage) to `true` when configuring [`actions/checkout`](https://github.com/actions/checkout#usage). > * **Matching Files and Folders**: To match all files and folders under a directory, this requires a globstar pattern e.g. `dir_name/**` which matches any number of subdirectories and files. - Visit the [discussions for more information](https://github.com/tj-actions/changed-files/discussions) or [create a new discussion](https://github.com/tj-actions/changed-files/discussions/new/choose) for usage-related questions. ### On [`pull_request`](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request) 🔀