mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01: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
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
- name: Revert the triggering commit
|
||||
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