7
0
mirror of https://github.com/marado/RNID.git synced 2024-10-24 00:40:37 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Marcos Marado
8708cff55d scripts: act: better debug
We were actually running wget and letting the user see the output...
and get its error code, which is quite fine in a manual run, but
messes with the automatic running of these scripts.

Now, we still do wget and validate its error code, but instead the
script then does its business as usual (and hopefully this fixes our
cron'ed GA).

This patch also changes the time at which the scheduled cronjob runs,
just because it is still once a day, which is what we want, and will
give us still a run today (so we can have it run with this change
sooner rather than later).
2021-10-25 11:10:36 +01:00
02a105e188 fix schedule 2021-10-24 18:37:32 +01:00
36b60ed1ea add all scripts 2021-10-24 17:20:43 +01:00
86bce95d0d change action naming 2021-10-24 17:20:29 +01:00
017e728fda first test on gh actions 2021-10-24 16:49:13 +01:00