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 7ddd92d commit 518b90dCopy full SHA for 518b90d
.github/workflows/update-commands.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Check
25
run: |
26
if [[ `git status packages/gatsby-theme-iterative/config/prismjs --porcelain` ]]; then
27
- cml pr create packages/gatsby-theme-iterative/config/prismjs --title "Update tool commands"
+ cml pr create packages/gatsby-theme-iterative/config/prismjs --title "Update tool commands" --message "update tool commands"
28
else
29
echo "No changes!"
30
fi
0 commit comments