From 473dad301ebe64ce380296a971ea0057d5c38e10 Mon Sep 17 00:00:00 2001 From: BobIsMyManager Date: Fri, 22 Jul 2022 09:40:34 +0100 Subject: Fix workflows issue --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ff79267..de199a28 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,8 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git commit -Am "update instances" || : + git add -f src/instances + git commit -am "update instances" || : - name: push changes uses: ad-m/github-push-action@v0.6.0 with: -- cgit 1.4.1