Update build_to_archive.yml

This commit is contained in:
tuan041 2023-08-17 10:49:40 +07:00 committed by GitHub
parent cd05c87e5c
commit 2dad3e48e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
name: Archive build name: Archive build
on: on:
push: push:
branches: [ master ] branches: [ master ]
@ -75,4 +76,4 @@ jobs:
git config --local user.name "GitHub Actions" git config --local user.name "GitHub Actions"
git add . 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 git push --force