diff --git a/.github/workflows/theme_auto_label.yml b/.github/workflows/theme_auto_label.yml index 33427f2cc..272225cbd 100644 --- a/.github/workflows/theme_auto_label.yml +++ b/.github/workflows/theme_auto_label.yml @@ -44,12 +44,12 @@ jobs: if ! curl --output /dev/null --silent --head --fail "$URL" -H "User-Agent: $USER_AGENT"; then echo "url_valid=false" >> $GITHUB_OUTPUT echo "❌ Error: Request Failed ($(curl --output /dev/null --silent --head --fail "$URL" -H "User-Agent: $USER_AGENT" -w "%{http_code}"))" >> $GITHUB_STEP_SUMMARY - echo "URL is invalid or Cloudflare issue or site is down" >> $GITHUB_ENV + echo "URL is invalid or Cloudflare issue or site is down" >> $GITHUB_STEP_SUMMARY gh issue comment $ISSUE_NUMBER -b ' > [!WARNING] > **Unable to Check for Themes** > This issue may be due to Cloudflare protection on the website, an invalid URL, or the website being down. - > [View GitHub Action](https://github.com/${{ env.OWNER }}/${{ env.REPO }}/actions/runs/${{ github.run_id }}) + *This message is for development purposes and can be ignored otherwise.* ' -R $REPO