mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 02:18:16 +01: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
|
||||
if ! grep -q "$version" CHANGELOG.md; then
|
||||
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
|
||||
fi
|
||||
env:
|
||||
@@ -111,7 +111,7 @@ jobs:
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
commit: -u
|
||||
message: "GitHub bot : scripts executable"
|
||||
message: "GitHub bot : changelog"
|
||||
default_author: github_actions
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user