mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update build_to_archive.yml
This commit is contained in:
parent
cd05c87e5c
commit
2dad3e48e0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build_to_archive.yml
vendored
3
.github/workflows/build_to_archive.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue