From 5c5d38eb2d1d5b55ae69b16569bad6745599f1e1 Mon Sep 17 00:00:00 2001 From: paulzierep Date: Mon, 24 Jun 2024 16:43:12 +0200 Subject: [PATCH] Update fetch_all_tools.yaml --- .github/workflows/fetch_all_tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch_all_tools.yaml b/.github/workflows/fetch_all_tools.yaml index 864c00c1..891eec25 100644 --- a/.github/workflows/fetch_all_tools.yaml +++ b/.github/workflows/fetch_all_tools.yaml @@ -33,7 +33,7 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com git pull --no-rebase -s recursive -X ours - git add results + git add data git status git diff --quiet && git diff --staged --quiet || (git commit -m "fetch all tools bot - step get available servers") git push