diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 37efb31..8680a2e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -20,3 +20,4 @@ jobs: - run: git config --global user.name "bot" - run: git commit -a -m "Update export statistics" - run: git push + - run: echo "This job's status is ${{ job.status }}."