retry builds

This commit is contained in:
Cloudburst 2022-08-19 16:53:40 +02:00 committed by GitHub
parent 5f0b6b1ab9
commit 8e0cde9e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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