From 66521ab1de6bd7dbb7d1a212f7b68f1c483d46a6 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 30 Oct 2022 22:15:32 -0600 Subject: [PATCH] chore: update docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fa38814..5e592350 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ See [outputs](#outputs) for a list of all available outputs. - name: Get changed files id: changed-files uses: tj-actions/changed-files@v34 - + - name: Run a step if my-file.txt was modified if: contains(steps.changed-files.outputs.modified_files, 'my-file.txt') run: | @@ -557,7 +557,7 @@ See [inputs](#inputs) for more information. uses: tj-actions/changed-files@v34 with: since: "2022-08-19" - + - name: Get changed-files until 2022-08-20 id: changed-files-until uses: tj-actions/changed-files@v34