We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f8a01 commit 410923dCopy full SHA for 410923d
1 file changed
.github/workflows/deploy-trigger.yml
@@ -76,6 +76,11 @@ jobs:
76
repo: 'igniteui-actions',
77
event_type: 'igniteui-angular-samples-cd',
78
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 }}",
84
branch: '${{ github.ref_name }}',
85
unit: false,
86
integration: true
0 commit comments