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:
5
.github/workflows/onpush_builder.yaml
vendored
5
.github/workflows/onpush_builder.yaml
vendored
@@ -214,11 +214,14 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Revert the triggering commit
|
- name: Revert the triggering commit
|
||||||
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