When I run the action, everything seems to run successfully and I get an email from Notion. The backup step ends with "Pages exported: 991" and then it deletes the zips, and runs commit. However, I do not see any backup files added to the repo. On the commit step it shows this:
Run elstudio/actions-js-build/commit@v3
/usr/bin/docker run [ ... ]
Checking for uncommitted changes in the git working tree.
0
Working tree clean. Nothing to commit.
I assume nothing is added because it says nothing to commit - any idea how I can resolve this?
When I run the action, everything seems to run successfully and I get an email from Notion. The backup step ends with "Pages exported: 991" and then it deletes the zips, and runs commit. However, I do not see any backup files added to the repo. On the commit step it shows this:
Run elstudio/actions-js-build/commit@v3 /usr/bin/docker run [ ... ] Checking for uncommitted changes in the git working tree. 0 Working tree clean. Nothing to commit.
I assume nothing is added because it says nothing to commit - any idea how I can resolve this?
Thank you