Skip to content

Commit

Permalink
chore: update docs github actions commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Sep 7, 2024
1 parent 1c6186e commit 6fc8c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 6fc8c3d

Please sign in to comment.