8000
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 cc0a1ce commit 97853bfCopy full SHA for 97853bf
.github/workflows/cron-ci.yaml
@@ -101,8 +101,8 @@ jobs:
101
[ -f ./_data/whats_left.temp ] && cp ./_data/whats_left.temp ./_data/whats_left_lastrun.temp
102
cp ../whats_left.temp ./_data/whats_left.temp
103
rm ./_data/whats_left/modules.csv
104
+ echo -e "modules\n" > ./_data/whats_left/modules.csv
105
cat ./_data/whats_left.temp | grep "(entire module)" | cut -d ' ' -f 1 | sort >> ./_data/whats_left/modules.csv
-
106
git add -A
107
if git -c user.name="Github Actions" -c user.email="actions@github.com" commit -m "Update what is left results" --author="$GITHUB_ACTOR"; then
108
git push
0 commit comments