File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 schedule :
33 - cron : ' 0 0 * * 6'
44 workflow_dispatch :
5+ push :
6+ paths :
7+ - .github/workflows/cron-ci.yaml
58
69name : Periodic checks/tasks
710
97100 cd website
98101 [ -f ./_data/whats_left.temp ] && cp ./_data/whats_left.temp ./_data/whats_left_lastrun.temp
99102 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
103+ rm ./ _data/whats_left/modules.csv
104+ cat ./ _data/whats_left.temp | grep "(entire module)" | cut -d ' ' -f 1 | sort >> ./_data/whats_left/modules.csv
102105
103106 git add -A
104107 if git -c user.name="Github Actions" -c user.email="actions@github.com" commit -m "Update what is left results" --author="$GITHUB_ACTOR"; then
You can’t perform that action at this time.
0 commit comments