From abf3cf860ef4a62694b9a9aad4d7c753b6ccbec4 Mon Sep 17 00:00:00 2001 From: "Il'ya (Marshal)" Date: Fri, 23 Apr 2021 21:49:19 +0200 Subject: [PATCH] the end 2. --- .github/workflows/make_tracked_links_list.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/make_tracked_links_list.yml b/.github/workflows/make_tracked_links_list.yml index f6f3429966..a040d98c45 100644 --- a/.github/workflows/make_tracked_links_list.yml +++ b/.github/workflows/make_tracked_links_list.yml @@ -42,5 +42,6 @@ jobs: git config --global user.email "github-action@users.noreply.github.com" git config --global user.name "GitHub Action" + git add . git commit -m "Update tracked links" git push