From 3621d3cc4618c640cc39612aa9dcc23b3dbf9893 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:27:14 +0100 Subject: [PATCH] Update create-discord-thread.yml --- .github/workflows/create-discord-thread.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-discord-thread.yml b/.github/workflows/create-discord-thread.yml index 13cbd84..eaeb1be 100644 --- a/.github/workflows/create-discord-thread.yml +++ b/.github/workflows/create-discord-thread.yml @@ -47,7 +47,7 @@ jobs: VAR="The ${{ env.TITLE }} script is ready for testing:\n" VAR+="\`\`\`bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVED/raw/main/ct/${{ env.TITLE }}.sh)\"\`\`\`\n" if [[ " ${EXISTING_FILES[@]} " =~ " json/${TITLE}.json " ]]; then - JSON=$(wget -qLO - https://github.com/community-scripts/ProxmoxVED/raw/main/json/${{ env.TITLE }}.json) + JSON=$(wget -qLO - https://github.com/community-scripts/ProxmoxVED/raw/main/frontend/public/json/${{ env.TITLE }}.json) username=$(echo "$JSON" | jq -r '.default_credentials.username') password=$(echo "$JSON" | jq -r '.default_credentials.password') mapfile -t notes_array < <(echo "$JSON" | jq -r '.notes[].text')