Skip to content

Commit 96beb11

Browse files
Update action.yaml
1 parent 1e3595a commit 96beb11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'C4(DSL) render to Github markdown'
22
description: 'Render C4 diagram to Github markdown'
33
branding:
4-
icon: 'git-commit'
4+
icon: 'codesandbox'
55
color: 'orange'
66
inputs:
77
filename:
@@ -79,4 +79,4 @@ runs:
7979
git config --global user.name $GITHUB_USER_EMAIL
8080
git add .
8181
git commit -m"Diagram files [ci skip]"
82-
git push
82+
git push

0 commit comments

Comments
 (0)