Remove deprecated set-output command (#69)

This commit is contained in:
Franck Nijhof
2022-11-22 14:01:02 +01:00
committed by GitHub
parent b51ba63566
commit 0aa3569da4
+2 -2
View File
@@ -41,7 +41,7 @@ runs:
exit 1 exit 1
fi fi
echo "::set-output name=path::${path}" echo "path=${path}" >> "$GITHUB_OUTPUT"
- name: 🏗 Ensure secrets are in place - name: 🏗 Ensure secrets are in place
shell: bash shell: bash
@@ -87,7 +87,7 @@ runs:
version="stable" version="stable"
fi fi
fi fi
echo "::set-output name=version::${version}" echo "version=${version}" >> "$GITHUB_OUTPUT"
docker pull -q "ghcr.io/home-assistant/home-assistant:${version}" docker pull -q "ghcr.io/home-assistant/home-assistant:${version}"