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 a5b9cb6 commit 833f7efCopy full SHA for 833f7ef
.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" --message "update tool commands"
+ cml comment update --pr 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