File tree 1 file changed +31
-29
lines changed
1 file changed +31
-29
lines changed Original file line number Diff line number Diff line change @@ -99,36 +99,38 @@ jobs:
99
99
--header 'Content-Type: application/json' \
100
100
--data-raw '{
101
101
"cards": [
102
- {
103
- "header": {
104
- "title": "${{ inputs.extension-name }} ${{ steps.version.outputs.version }}",
105
- "subtitle": "Release Candidate ${{ inputs.postfix }}",
106
- "imageUrl": "https://code.visualstudio.com/assets/images/code-stable.png",
107
- },
108
- "sections": [
109
- {
110
- "widgets": [
111
- {
112
- "textParagraph": {
113
- "text": "VSCode extension <b>${{ inputs.extension-name }}</b> release candidate build <b>${{ inputs.postfix }}</b> is available: <a href=${{ steps.upload-release.outputs.s3_url }}>${{ steps.version.outputs.release_name }}.vsix</a>"
114
- }
115
- },
116
- {
117
- "buttons": [
118
- "textButton": {
119
- "text": "Download VSIX",
120
- "onClick": {
121
- "openLink": {
122
- "url": "${{ steps.upload-release.outputs.s3_url }}"
123
- }
124
- }
125
- }
126
- ]
102
+ {
103
+ "header": {
104
+ "title": "${{ inputs.extension-name }} ${{ steps.version.outputs.version }}",
105
+ "subtitle": "Release Candidate ${{ inputs.postfix }}",
106
+ "imageUrl": "https://code.visualstudio.com/assets/images/code-stable.png",
107
+ },
108
+ "sections": [
109
+ {
110
+ "widgets": [
111
+ {
112
+ "textParagraph": {
113
+ "text": "VSCode extension <b>${{ inputs.extension-name }}</b> release candidate build <b>${{ inputs.postfix }}</b> is available: <a href=${{ steps.upload-release.outputs.s3_url }}>${{ steps.version.outputs.release_name }}.vsix</a>"
127
114
}
128
- ]
129
- }
130
- ]
131
- }
115
+ },
116
+ {
117
+ "buttons": [
118
+ {
119
+ "textButton": {
120
+ "text": "Download VSIX",
121
+ "onClick": {
122
+ "openLink": {
123
+ "url": "${{ steps.upload-release.outputs.s3_url }}"
124
+ }
125
+ }
126
+ }
127
+ }
128
+ ]
129
+ }
130
+ ]
131
+ }
132
+ ]
133
+ }
132
134
]
133
135
}'
134
136
You can’t perform that action at this time.
0 commit comments