mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-21 14:59:14 +02:00
Update onpush_builder.yaml
This commit is contained in:
6
.github/workflows/onpush_builder.yaml
vendored
6
.github/workflows/onpush_builder.yaml
vendored
@@ -45,8 +45,6 @@ jobs:
|
|||||||
addon: ${{ fromJSON(needs.detect-changed-addons.outputs.changedAddons) }}
|
addon: ${{ fromJSON(needs.detect-changed-addons.outputs.changedAddons) }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-depth: 1
|
|
||||||
- name: Normalize unicode spaces & make scripts executable
|
- name: Normalize unicode spaces & make scripts executable
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
@@ -63,6 +61,9 @@ jobs:
|
|||||||
commit: -u
|
commit: -u
|
||||||
message: "GitHub bot: normalize and chmod"
|
message: "GitHub bot: normalize and chmod"
|
||||||
default_author: github_actions
|
default_author: github_actions
|
||||||
|
pull: --rebase # <--- add this line!
|
||||||
|
fetch: --tags --force
|
||||||
|
push: true
|
||||||
|
|
||||||
# 3. Lint add-on configs
|
# 3. Lint add-on configs
|
||||||
lint_config:
|
lint_config:
|
||||||
@@ -193,5 +194,6 @@ jobs:
|
|||||||
commit: -u
|
commit: -u
|
||||||
message: "GitHub bot: changelog"
|
message: "GitHub bot: changelog"
|
||||||
default_author: github_actions
|
default_author: github_actions
|
||||||
|
pull: --rebase
|
||||||
fetch: --force
|
fetch: --force
|
||||||
push: --force
|
push: --force
|
||||||
|
|||||||
Reference in New Issue
Block a user