Update update-badge.yml

This commit is contained in:
Carlo Costanzo 2024-12-24 11:34:54 -05:00 committed by GitHub
parent cd4b35e804
commit b93fef19b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -27,9 +27,10 @@ jobs:
id: gen_badge
run: |
HA_VERSION=$(cat config/.HA_VERSION)
badgen "label=HA Version" "status=$HA_VERSION" "color=blue" > ha-version-badge.svg
badgen --label "HA Version" --status "$HA_VERSION" --color "blue" > ha-version-badge.svg
echo "::set-output name=haVersion::$HA_VERSION"
- name: Commit and Push changes
run: |
git config user.name "github-actions[bot]"