We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a34b23 commit 0abbc08Copy full SHA for 0abbc08
1 file changed
.github/workflows/cd-matrix.yml
@@ -61,7 +61,6 @@ jobs:
61
event_type: 'igniteui-angular-samples-cd',
62
client_payload: {
63
repository: "${{ github.repository }}",
64
- run_id: "${{ github.run_id }}",
65
calling_branch: "${{ env.BRANCH_REF }}",
66
custom_command: "${{ matrix.custom_command }}",
67
submodule_dir: "${{ matrix.submodule_dir }}",
@@ -70,10 +69,6 @@ jobs:
70
69
npm_build_command: "${{ matrix.npm_build_command }}",
71
repositoryfy: ${{ matrix.repositoryfy }},
72
repositoryfy_command: "${{ matrix.repositoryfy_command }}",
73
- ref: "${{ github.ref }}",
74
- sha: "${{ github.sha }}",
75
- branch: '${{ github.ref_name }}',
76
- unit: false,
77
- integration: true
+ ref: "${{ github.ref }}"
78
}
79
});
0 commit comments