From af14147b3aba94b0ced11732399a2ab748097de9 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Tue, 9 Jun 2020 17:41:52 -0500 Subject: [PATCH] Handle case where commit.parents is undefined. Update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c4e61d..e018c93 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Saves lists of changed files in the `outputs` object and on the filesystem for u ### Workflow Config Example ``` -- uses: lots0logs/gh-action-get-changed-files@2.1.3 +- uses: lots0logs/gh-action-get-changed-files@2.1.4 with: token: GITHUB_TOKEN ```