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 ff667d4 commit 3df754aCopy full SHA for 3df754a
action.yml
@@ -13,6 +13,10 @@ inputs:
13
app-id:
14
description: 'The ID of the application that is linked to this repository'
15
required: true
16
+ directory:
17
+ description: 'The directory for tidal-tools to run code analysis on'
18
+ required: true
19
+ default: '${{ github.workspace }}'
20
runs:
21
using: 'docker'
22
image: 'docker://gcr.io/tidal-1529434400027/tidal-tools:latest'
@@ -27,4 +31,4 @@ runs:
27
31
- code
28
32
- --app-id
29
33
- '${{ inputs.app-id }}'
30
- - '${{ github.workspace }}'
34
+ - '${{ inputs.directory }}'
0 commit comments