We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcc783 commit 6e84cdcCopy full SHA for 6e84cdc
.github/workflows/docs.yml
@@ -55,7 +55,7 @@ jobs:
55
git config --global user.password ${{ secrets.QUARTZ_BOT_TOKEN }}
56
57
# Add files
58
- echo ::group::Adding files to website repository & creating commit
+ echo "::group::Adding files to website repository & creating commit"
59
git add .
60
git commit -m "Updated documentation for $PROJECT_NAME"
61
echo ::endgroup::
0 commit comments