steps: 138724
This data as json
| id | seq | job | repo | uses | name | with | run | env | if | 
|---|---|---|---|---|---|---|---|---|---|
| 138724 | 3 | 27840 | 207052882 | Commit and push if README changed | git diff git config --global user.email "readme-bot@example.com" git config --global user.name "README-bot" git diff --quiet || (git add README.md && git commit -m "Updated README") git push |