Skip to content

Commit 430a704

Browse files
authored
🎨 add input args for sonarcloud (#27)
1 parent daea377 commit 430a704

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/template_sonarcloud.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
path:
66
type: string
77
required: true
8+
args:
9+
type: string
10+
required: false
811
secrets:
912
token:
1013
required: true
@@ -35,3 +38,5 @@ jobs:
3538
env:
3639
GITHUB_TOKEN: ${{ secrets.token }}
3740
SONAR_TOKEN: ${{ secrets.sonar_token }}
41+
with:
42+
args: ${{ inputs.args }}

0 commit comments

Comments
 (0)