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 97853bf commit bae0ad3Copy full SHA for bae0ad3
.github/workflows/cron-ci.yaml
@@ -101,7 +101,7 @@ 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
+ echo -e "modules" > ./_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
0 commit comments