Abusing dns
also see https://xeiaso.net/blog/howto-usermode-linux-2019-07-07/
git config user.name "Automated" git config user.email "actions@users.noreply.github.com" git add -A timestamp=$(date -u) git commit -m "Latest data: ${timestamp}" || exit 0 git push