Skip to content

Commit 114eb43

Browse files
authored
Merge pull request #3919 from IgniteUI/sstoychev/change-deployment-name
refactor(cd): changing event name for cd
2 parents 4915180 + da6159d commit 114eb43

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)