From 9977eb95fd28da856563736d105379f9dd0b98d0 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 14 Mar 2021 15:45:24 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ec77fc3..f72a28eb 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ Get modified files using [`git diff --diff-filter`](https://git-scm.com/docs/git - uses: actions/checkout@v2 - name: Get modified files with defaults id: changed-files - uses: ./ + uses: tj-actions/changed-files@v2 - name: Get modified files with comma separator id: changed-files-comma - uses: ./ + uses: tj-actions/changed-files@v2 with: separator: ","