Skip to content

Commit

Permalink
Update builder.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hieulq authored Dec 17, 2023
1 parent 2405dbd commit d093806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if [[ -n ${changed} ]]; then
echo "Changed add-ons: $changed";
echo "changed=true" >> $GITHUB_OUTPUT;
echo "addons=['atm0s-decentralized-home-assistant-proxy']" >> $GITHUB_OUTPUT;
echo "addons=['']" >> $GITHUB_OUTPUT;
else
echo "No add-on had any monitored files changed (${{ env.MONITORED_FILES }})";
fi
Expand Down Expand Up @@ -108,4 +108,4 @@ jobs:
--target /data/${{ matrix.addon }} \
--image "${{ steps.check.outputs.image }}" \
--docker-hub "ghcr.io/${{ github.repository_owner }}" \
--addon
--addon

0 comments on commit d093806

Please sign in to comment.