We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42858a5 commit 24cd1f3Copy full SHA for 24cd1f3
.devcontainer/onCreate.sh
@@ -22,7 +22,7 @@ sudo mv "$azcopy_dir/azcopy" /usr/local/bin/azcopy
22
sudo rm -rf "$azcopy_dir"
23
24
25
-LATEST_RELEASE=$(curl -s -H "Authorization: token $TEMPLATE_PAT" https://api.github.com/repos/github/spark-template/releases/216808806)
+LATEST_RELEASE=$(curl -s -H "Authorization: token $TEMPLATE_PAT" https://api.github.com/repos/github/spark-template/releases/latest)
26
DOWNLOAD_URL=$(echo "$LATEST_RELEASE" | jq -r '.assets[0].url')
27
curl -L -o dist.zip -H "Authorization: token $TEMPLATE_PAT" -H "Accept: application/octet-stream" "$DOWNLOAD_URL"
28
unzip -o dist.zip
0 commit comments