From 2c4c9d1e81808c47d27b1500ed0737791acd9e86 Mon Sep 17 00:00:00 2001 From: NianBroken Date: Thu, 15 Feb 2024 13:50:24 +0800 Subject: [PATCH] Update --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f0298d7..7b2368f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -174,25 +174,25 @@ jobs: if [ -z "$URL" ]; then echo "URL Secret is empty!" echo "::error title=URL Secret is empty!" \ - "::Your 'URL Secret' is not filled with any" \ + "::Your 'URL' Secret is not filled with any" \ "information, so your program will not work!" fi if [ -z "$USERNAME" ]; then echo "USERNAME Secret is empty!" echo "::error title=USERNAME Secret is empty!" \ - "::Your 'USERNAME Secret' is not filled with any" \ + "::Your 'USERNAME' Secret is not filled with any" \ "information, so your program will not work!" fi if [ -z "$PASSWORD" ]; then echo "PASSWORD Secret is empty!" echo "::error title=PASSWORD Secret is empty!" \ - "::Your 'PASSWORD Secret' is not filled with any" \ + "::Your 'PASSWORD' Secret is not filled with any" \ "information, so your program will not work!" fi if [ -z "$TOKEN" ]; then echo "TOKEN Secret is empty!" echo "::error title=TOKEN Secret is empty!" \ - "::Your 'TOKEN Secret' is not filled with any" \ + "::Your 'TOKEN' Secret is not filled with any" \ "information, so your program will not work!" fi