From 20ac445a8e8805da936fc6d88ef9d05bfeaf0666 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Tue, 21 Feb 2023 00:15:01 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e26941e..961adb8 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "RFD Notify" - git add deals_db/ - git commit -m "Add changes" -a || true + git add previous_matches + git commit -m "Add matches" -a || true - name: Push changes uses: ad-m/github-push-action@master