Skip to content

Commit fed4c0f

Browse files
committed
testing
1 parent 3b656e3 commit fed4c0f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/int.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-and-test
1+
name: int
22

33
on:
44
push:
@@ -39,7 +39,7 @@ jobs:
3939
"action": "openai",
4040
}
4141
}
42-
env:
42+
env:
4343
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4444
TEAMS_WEBHOOK_URL: ${{ secrets.TEAMS_WEBHOOK_URL }}
4545
OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ inputs:
196196
behavior
197197
required: false
198198
default: false
199+
integrations-config:
200+
description: 'Configuration for integrations.'
201+
required: false
202+
default: '{}'
199203

200204
outputs:
201205
summary:

0 commit comments

Comments
 (0)