From 8e0cde9e7b1e8a6cfd2a09c38ee061462726babe Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Fri, 19 Aug 2022 16:53:40 +0200 Subject: [PATCH] retry builds --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c00249d..a3814a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,5 +53,5 @@ jobs: git config --local user.email "actions@github.com" git config --local user.name "GitHub Actions" git add . - git commit --amend -m "Build $GITHUB_SHA" || exit 0 # do not error if nothing to commit + git commit --amend -m "Build $GITHUB_SHA" || exit 0 # do not error if nothing to commit. git push --force