Skip to content

Commit 3df754a

Browse files
committed
Update inputs to specify directory
1 parent ff667d4 commit 3df754a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ inputs:
1313
app-id:
1414
description: 'The ID of the application that is linked to this repository'
1515
required: true
16+
directory:
17+
description: 'The directory for tidal-tools to run code analysis on'
18+
required: true
19+
default: '${{ github.workspace }}'
1620
runs:
1721
using: 'docker'
1822
image: 'docker://gcr.io/tidal-1529434400027/tidal-tools:latest'
@@ -27,4 +31,4 @@ runs:
2731
- code
2832
- --app-id
2933
- '${{ inputs.app-id }}'
30-
- '${{ github.workspace }}'
34+
- '${{ inputs.directory }}'

0 commit comments

Comments
 (0)