diff --git a/.github/workflows/update-badge.yml b/.github/workflows/update-badge.yml index a7ea4251..8fcab4d9 100644 --- a/.github/workflows/update-badge.yml +++ b/.github/workflows/update-badge.yml @@ -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]"