File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 run : |
3030 BADGES_FILE="../badges.json"
3131 OUTDATED_PLUGINS_FILE="/tmp/outdated_plugins_flag"
32- REPORT="### 📢 Outdated Plugin Report\n\n@GarlicRot, some plugins have outdated release URLs! \n\n"
32+ REPORT="### 📢 Outdated Plugin Report\n\n@GarlicRot, the following plugins have outdated release URLs: \n\n"
3333
3434 echo "🔍 Checking latest releases for themes and plugins..."
3535
8585 # Compare stored latest release URL with actual one
8686 if [[ "$LATEST_STORED" != "$LATEST_RELEASE" ]]; then
8787 echo "::error file=badges.json,title=Outdated Plugin::$OWNER/$REPO is outdated."
88- REPORT+="🚨 **$OWNER/$REPO** \n"
89- REPORT+="🔹 **Stored:** [$LATEST_STORED]($LATEST_STORED)\n"
90- REPORT+="🔹 **Latest:** [$LATEST_RELEASE]($LATEST_RELEASE)\n\n"
88+ REPORT+="🔹 **Plugin Name**: $NAME \n"
89+ REPORT+="🔹 **Stored URL**: [$LATEST_STORED]($LATEST_STORED)\n"
90+ REPORT+="🔹 **Latest URL**: [$LATEST_RELEASE]($LATEST_RELEASE)\n\n"
9191 echo "-----------------------------------"
9292 echo "1" > $OUTDATED_PLUGINS_FILE
9393 fi
You can’t perform that action at this time.
0 commit comments