From 5bd1438f042974cfb187e4a3491d7675df166ce6 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Mon, 17 Mar 2025 13:13:21 +0100 Subject: [PATCH] Update create-discord-thread.yml --- .github/workflows/create-discord-thread.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-discord-thread.yml b/.github/workflows/create-discord-thread.yml index a1fc266..07a1f58 100644 --- a/.github/workflows/create-discord-thread.yml +++ b/.github/workflows/create-discord-thread.yml @@ -49,8 +49,8 @@ jobs: - name: Create message to send id: create_message run: | - VAR="The ${{ env.TITLE }} script is ready for testing:\n\n" - VAR+="\`\`\`bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVED/raw/main/ct/${{ env.TITLE }}.sh)\"\`\`\`\n\n" + 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) username=$(echo "$JSON" | jq -r '.default_credentials.username')