feat: add job status tracking with pending, running, and completed states
This commit is contained in:
@@ -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 }}."
|
||||
|
||||
Reference in New Issue
Block a user