mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-11 01:55:59 +02:00
Update onpush_builder.yaml
This commit is contained in:
3
.github/workflows/onpush_builder.yaml
vendored
3
.github/workflows/onpush_builder.yaml
vendored
@@ -219,6 +219,9 @@ jobs:
|
||||
run: |
|
||||
git config --global user.name "GitHub Actions"
|
||||
git config --global user.email "actions@github.com"
|
||||
git fetch origin
|
||||
git checkout master
|
||||
git pull origin master
|
||||
git revert --no-commit ${{ github.sha }}
|
||||
git commit -m "Revert '${{ github.event.head_commit.message }}' [nobuild]"
|
||||
git push origin master
|
||||
|
||||
Reference in New Issue
Block a user