mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-21 16:21:51 +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: |
|
run: |
|
||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "GitHub Actions"
|
||||||
git config --global user.email "actions@github.com"
|
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 revert --no-commit ${{ github.sha }}
|
||||||
git commit -m "Revert '${{ github.event.head_commit.message }}' [nobuild]"
|
git commit -m "Revert '${{ github.event.head_commit.message }}' [nobuild]"
|
||||||
git push origin master
|
git push origin master
|
||||||
|
|||||||
Reference in New Issue
Block a user