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.
2 parents 985eebf + cbbadf5 commit 82eeb23Copy full SHA for 82eeb23
.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" > ./_data/whats_left/modules.csv
+ echo -e "module" > ./_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