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 3b656e3 commit fed4c0fCopy full SHA for fed4c0f
.github/workflows/int.yaml
@@ -1,4 +1,4 @@
1
-name: build-and-test
+name: int
2
3
on:
4
push:
@@ -39,7 +39,7 @@ jobs:
39
"action": "openai",
40
}
41
42
- env:
+ env:
43
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
44
TEAMS_WEBHOOK_URL: ${{ secrets.TEAMS_WEBHOOK_URL }}
45
OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}
action.yml
@@ -196,6 +196,10 @@ inputs:
196
behavior
197
required: false
198
default: false
199
+ integrations-config:
200
+ description: 'Configuration for integrations.'
201
+ required: false
202
+ default: '{}'
203
204
outputs:
205
summary:
0 commit comments