Skip to content

Commit fcff9b5

Browse files
committed
testing
1 parent fed4c0f commit fcff9b5

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/workflows/int.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
integrations-config: |
2828
{
2929
"slack": {
30-
"enabled": true,
31-
"action": "results",
30+
"enabled": true,
31+
"action": "results"
3232
},
3333
"teams": {
34-
"enabled": true,
35-
"action": "results",
34+
"enabled": true,
35+
"action": "results"
3636
},
3737
"ai": {
38-
"enabled": true,
39-
"action": "openai",
38+
"enabled": true,
39+
"action": "openai"
4040
}
4141
}
4242
env:

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,11 @@ inputs:
196196
behavior
197197
required: false
198198
default: false
199+
200+
# Integration Configuration
199201
integrations-config:
200-
description: 'Configuration for integrations.'
202+
description:
203+
'JSON configuration for integrations with other developer tools'
201204
required: false
202205
default: '{}'
203206

0 commit comments

Comments
 (0)