mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-30 11:16:06 +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
@@ -147,8 +147,9 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Update changelog for minor versions
|
- name: Update changelog for minor versions
|
||||||
run: |
|
run: |
|
||||||
git pull
|
|
||||||
echo "Starting"
|
echo "Starting"
|
||||||
|
# Git pull
|
||||||
|
git pull || true
|
||||||
cd "$path"
|
cd "$path"
|
||||||
# Get version
|
# Get version
|
||||||
if [ -f config.yaml ]; then
|
if [ -f config.yaml ]; then
|
||||||
@@ -182,3 +183,5 @@ jobs:
|
|||||||
commit: -u
|
commit: -u
|
||||||
message: "GitHub bot : changelog"
|
message: "GitHub bot : changelog"
|
||||||
default_author: github_actions
|
default_author: github_actions
|
||||||
|
fetch: --force
|
||||||
|
push: --force
|
||||||
|
|||||||
Reference in New Issue
Block a user