Skip to content

Commit 410923d

Browse files
committed
feat(*): adding artifact dl info
1 parent 85f8a01 commit 410923d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy-trigger.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ jobs:
7676
repo: 'igniteui-actions',
7777
event_type: 'igniteui-angular-samples-cd',
7878
client_payload: {
79+
repository: "${{ github.repository }}",
80+
run_id: "${{ github.run_id }}",
81+
artifact_name: "deployment-trigger-info",
82+
ref: "${{ github.ref }}",
83+
sha: "${{ github.sha }}",
7984
branch: '${{ github.ref_name }}',
8085
unit: false,
8186
integration: true

0 commit comments

Comments
 (0)