mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-07 08:05:57 +02:00
Update onpush_builder.yaml
This commit is contained in:
4
.github/workflows/onpush_builder.yaml
vendored
4
.github/workflows/onpush_builder.yaml
vendored
@@ -102,7 +102,7 @@ jobs:
|
|||||||
# Check version or create it
|
# Check version or create it
|
||||||
if ! grep -q "$version" CHANGELOG.md; then
|
if ! grep -q "$version" CHANGELOG.md; then
|
||||||
sed -i "1i\ - Bug updates" CHANGELOG.md
|
sed -i "1i\ - Bug updates" CHANGELOG.md
|
||||||
sed -i "1i\ ### Minor : $version (${DATE})" CHANGELOG.md
|
sed -i "1i\ ### Minor : $version ($(date '+%d-%m-%Y'))" CHANGELOG.md
|
||||||
sed -i "1i\ " CHANGELOG.md
|
sed -i "1i\ " CHANGELOG.md
|
||||||
fi
|
fi
|
||||||
env:
|
env:
|
||||||
@@ -111,7 +111,7 @@ jobs:
|
|||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
commit: -u
|
commit: -u
|
||||||
message: "GitHub bot : scripts executable"
|
message: "GitHub bot : changelog"
|
||||||
default_author: github_actions
|
default_author: github_actions
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user