preventing error while committing with no changes

pull/390/head
Gautam krishna R 4 years ago committed by GitHub
parent 5a4ac9002d
commit 48439d9490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -228,7 +228,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git commit -m "generated"
git diff-index --quiet HEAD || git commit -m "generated"
git push
```

Loading…
Cancel
Save