We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a72b5 commit b55a55aCopy full SHA for b55a55a
1 file changed
.github/workflows/cron-ci.yaml
@@ -97,6 +97,9 @@ jobs:
97
cd website
98
[ -f ./_data/whats_left.temp ] && cp ./_data/whats_left.temp ./_data/whats_left_lastrun.temp
99
cp ../whats_left.temp ./_data/whats_left.temp
100
+ rm _data/whats_left/modules.csv
101
+ cat _data/whats_left.temp | grep "(entire module)" | cut -d ' ' -f 1 | sort >> ../_data/whats_left/modules.csv
102
+
103
git add -A
104
if git -c user.name="Github Actions" -c user.email="actions@github.com" commit -m "Update what is left results" --author="$GITHUB_ACTOR"; then
105
git push
0 commit comments