mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
again
This commit is contained in:
parent
98f8c43945
commit
5f0b6b1ab9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -53,5 +53,5 @@ jobs:
|
||||||
git config --local user.email "actions@github.com"
|
git config --local user.email "actions@github.com"
|
||||||
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…
Reference in a new issue