Await fix.

export.yaml:Scheduledmain

Export

Success

Set up job3s
Check out repository code2s
Update repo2s
List files in the repository0s
echo "Install dependencies."0s
apt update5s
apt install python3 python3-pip python3-venv make -y12s
make14m21s
echo "This job's status is ${{ job.status }}."0s
git add .1s
git config --global user.email "bot@molodetz.com"1s
git config --global user.name "bot"0s
git commit -a -m "Update export statistics"1s
git push3s
Complete job4s