Remove deprecated set-output command (#69)
This commit is contained in:
+2
-2
@@ -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}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user