From 83abd28a1f40555843bd8577019776f25770c3ba Mon Sep 17 00:00:00 2001 From: "Il'ya (Marshal)" Date: Fri, 23 Apr 2021 21:05:55 +0200 Subject: [PATCH] another way to track files --- .github/workflows/make_tracked_links_list.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/make_tracked_links_list.yml b/.github/workflows/make_tracked_links_list.yml index 9d81a67eee..eaf47e130f 100644 --- a/.github/workflows/make_tracked_links_list.yml +++ b/.github/workflows/make_tracked_links_list.yml @@ -39,5 +39,6 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "github-actions" - git commit -am "Update tracked links" + git add . + git commit -m "Update tracked links" git push