We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294c31f commit d428687Copy full SHA for d428687
.github/workflows/check-badges.yml
@@ -92,6 +92,8 @@ jobs:
92
done
93
94
echo "$REPORT" > outdated_plugins_report.md
95
+
96
+ # Explicitly set the `outdated` environment variable
97
if [[ $OUTDATED_PLUGINS -eq 1 ]]; then
98
echo "outdated=1" >> $GITHUB_ENV
99
else
0 commit comments