Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 82eeb23

Browse filesBrowse files
authored
Merge pull request #5598 from arihant2math/fix-whats-left-again
Fixed whats left
2 parents 985eebf + cbbadf5 commit 82eeb23
Copy full SHA for 82eeb23

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.github/workflows/cron-ci.yaml

Copy file name to clipboardExpand all lines: .github/workflows/cron-ci.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
[ -f ./_data/whats_left.temp ] && cp ./_data/whats_left.temp ./_data/whats_left_lastrun.temp
102102
cp ../whats_left.temp ./_data/whats_left.temp
103103
rm ./_data/whats_left/modules.csv
104-
echo -e "modules" > ./_data/whats_left/modules.csv
104+
echo -e "module" > ./_data/whats_left/modules.csv
105105
cat ./_data/whats_left.temp | grep "(entire module)" | cut -d ' ' -f 1 | sort >> ./_data/whats_left/modules.csv
106106
git add -A
107107
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

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.