We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug if there are no commits it breaks
To Reproduce Steps to reproduce the behavior: it tries to build graph from GitHub actions and breaks please check the attached Screenshot
Expected behavior graph should be created regardless there is a commit or not.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
nothing to commit, working tree clean yoshi389111#62
6ae6d42
Merge pull request #1 from PrimeEagle/nothing-to-commit,-working-tree…
0731183
…-clean-yoshi389111#62 Nothing to commit, working tree clean yoshi389111#62
@Shoaib19 Thank you for reporting this.
Basically, if you run it once a day, this error shouldn't occur.
Also, starting with version 0.7.2, I made some changes to the text in README.md to prevent the error from occurring.
- name: Commit & Push run: | git config user.name github-actions git config user.email github-actions@github.com git add -A . if git commit -m "generated"; then git push fi
Please use this as a reference.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
if there are no commits it breaks
To Reproduce
Steps to reproduce the behavior:
it tries to build graph from GitHub actions and breaks please check the attached Screenshot
Expected behavior
graph should be created regardless there is a commit or not.
Screenshots

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: