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 b50c3b6 commit ec0fbaeCopy full SHA for ec0fbae
action.yml
@@ -1,4 +1,5 @@
1
name: 'Delta TypeScript Graph'
2
+auther: 'ysk8hori'
3
description: 'Visualizes changes in typescript-file dependencies.'
4
inputs:
5
access-token:
@@ -36,3 +37,6 @@ inputs:
36
37
runs:
38
using: 'node20'
39
main: 'dist/index.js'
40
+branding:
41
+ icon: 'git-pull-request'
42
+ color: 'blue'
0 commit comments