Skip to content

Commit da6159d

Browse files
committed
refactor(cd): changing event name for cd
1 parent 4915180 commit da6159d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
await github.rest.repos.createDispatchEvent({
204204
owner: 'IgniteUI',
205205
repo: 'igniteui-actions',
206-
event_type: 'igniteui-angular-samples-cd',
206+
event_type: 'igniteui-samples-cd',
207207
client_payload: {
208208
calling_branch: "${{ env.BRANCH_REF }}",
209209
repository: "${{ github.repository }}",

0 commit comments

Comments
 (0)