Skip to content

Commit 833f7ef

Browse files
authored
use cml create or update pr (#127)
1 parent a5b9cb6 commit 833f7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Check
2525
run: |
2626
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"
27+
cml comment update --pr packages/gatsby-theme-iterative/config/prismjs --title "Update tool commands" --message "update tool commands"
2828
else
2929
echo "No changes!"
3030
fi

0 commit comments

Comments
 (0)