diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 51b7a64ae..78d71843c 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -40,7 +40,7 @@ jobs: cd $DOCUMENTATION_REPOSITORY_NAME if [ -n "$(git status --porcelain)" ]; then git add . - git commit -m "docs: update /resources/docs folder with latest changes" + git commit -m "docs: update documentation with latest changes" git push https://x-access-token:${{ secrets.ACCESS_TOKEN }}@github.com/shopperlabs/laravelshopper.dev.git else echo "No changes to commit."