Could you share me your repo or action log?
Here it is: github.com/FahimFBA/test/actions I made it private but making it public for you to check. The latest build also failed suddenly.
I found the problem. Because nothing has changed, the commit command returns an error.
Please update the run block to:
if git diff --exit-code; then echo "No changes to commit." exit 0 else git config user.name github-actions git config user.email github-actions@github.com git add . git commit -m "update" git push origin main fi
I updated the docs.
Let's see whether it works then. If it works, then I am going to create the video.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Could you share me your repo or action log?
Here it is: github.com/FahimFBA/test/actions

I made it private but making it public for you to check. The latest build also failed suddenly.
I found the problem. Because nothing has changed, the commit command returns an error.
Please update the run block to:
I updated the docs.
Let's see whether it works then. If it works, then I am going to create the video.