Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisPalnitsky authored Jun 22, 2022
1 parent 1e3595a commit 96beb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'C4(DSL) render to Github markdown'
description: 'Render C4 diagram to Github markdown'
branding:
icon: 'git-commit'
icon: 'codesandbox'
color: 'orange'
inputs:
filename:
Expand Down Expand Up @@ -79,4 +79,4 @@ runs:
git config --global user.name $GITHUB_USER_EMAIL
git add .
git commit -m"Diagram files [ci skip]"
git push
git push

0 comments on commit 96beb11

Please sign in to comment.