From fbbf180f253b7938a9ef3c5977e5f2a2fc45bcd0 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 30 May 2021 22:57:56 -0400 Subject: [PATCH] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index a5bc8c6f..66f790f9 100644 --- a/README.md +++ b/README.md @@ -5,18 +5,6 @@ changed-files Retrieve all changed files relative to the default branch (`pull_request*` events) or a previous commit (`push` event). -This includes detecting files that were: - -- Added -- Copied -- Modified -- Deleted -- Renamed -- Type changed -- Unmerged -- Unknown - - ## Features - List all files that have changed @@ -29,8 +17,6 @@ This includes detecting files that were: ## Usage - - > NOTE: :warning: > * **IMPORTANT:** For `push` events to work you need to include `fetch-depth: 0` **OR** `fetch-depth: 2` depending on your use case. > * When using `persist-credentials: false` with `actions/checkout@v2` you'll need to specify a `token` using the `token` input.