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 1e3595a commit 96beb11Copy full SHA for 96beb11
action.yaml
@@ -1,7 +1,7 @@
1
name: 'C4(DSL) render to Github markdown'
2
description: 'Render C4 diagram to Github markdown'
3
branding:
4
- icon: 'git-commit'
+ icon: 'codesandbox'
5
color: 'orange'
6
inputs:
7
filename:
@@ -79,4 +79,4 @@ runs:
79
git config --global user.name $GITHUB_USER_EMAIL
80
git add .
81
git commit -m"Diagram files [ci skip]"
82
- git push
+ git push
0 commit comments