Skip to content

Commit 66b09b2

Browse files
committed
add no-graphs option
1 parent f944fd0 commit 66b09b2

File tree

6 files changed

+5288
-13091
lines changed

6 files changed

+5288
-13091
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ inputs:
4949
description: "Run the SRCCLR with the `--skip-vms` option"
5050
required: false
5151
default: "false"
52+
no-graphs:
53+
description: "Run the SRCCLR with the `--no-graphs` option"
54+
required: false
55+
default: "false"
5256
runs:
5357
using: 'node16'
5458
main: 'dist/index.js'

0 commit comments

Comments
 (0)