From 381a6bdaf4897fdab75abd761e91441f6df5710d Mon Sep 17 00:00:00 2001 From: "Il'ya (Marshal)" Date: Fri, 23 Apr 2021 20:59:36 +0200 Subject: [PATCH] add git fetch --- .github/workflows/make_tracked_links_list.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/make_tracked_links_list.yml b/.github/workflows/make_tracked_links_list.yml index 3509b2cc9a..d1948d1463 100644 --- a/.github/workflows/make_tracked_links_list.yml +++ b/.github/workflows/make_tracked_links_list.yml @@ -28,10 +28,12 @@ jobs: - name: Generate/update file with links. run: | - python make_tracked_links_list.py + echo "" > tracked_links.txt +# python make_tracked_links_list.py - name: Commit and push changes. run: | + git fetch git checkout data git commit -am "Update tracked links" git push