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 d9280aa commit 9a5fe5dCopy full SHA for 9a5fe5d
.github/workflows/check-badges.yml
@@ -91,14 +91,11 @@ jobs:
91
done
92
93
94
- if [[ $OUTDATED_PLUGINS -eq 1 ]]; then
95
- echo "::error:: Some plugins/themes have outdated release URLs! Check annotations for details."
96
- echo "$REPORT" > outdated_plugins_report.md
97
- echo "outdated=true" >> $GITHUB_ENV
98
- fi
+ echo "$REPORT" > outdated_plugins_report.md
+ echo "outdated=$OUTDATED_PLUGINS" >> $GITHUB_ENV
99
100
- name: Create GitHub Issue Notification
101
- if: env.outdated == 'true'
+ if: env.outdated == '1'
102
uses: peter-evans/create-issue-from-file@v4
103
with:
104
title: "🚨 Outdated Plugin Report"
0 commit comments