We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259a174 commit a6d6214Copy full SHA for a6d6214
.github/workflows/build-push.yml
@@ -93,17 +93,17 @@ jobs:
93
fields: [
94
{
95
title: 'Tag',
96
- value: ${{ github.event.client_payload.tag_name }},
+ value: `${{ github.event.client_payload.tag_name }}`,
97
short: true
98
},
99
100
title: 'Author',
101
- value: ${{ github.event.client_payload.author }},
+ value: `${{ github.event.client_payload.author }}`,
102
103
104
105
title: 'Preview URL',
106
- value: ${{ env.PREVIEW_URL }},
+ value: `${{ env.PREVIEW_URL }}`,
107
108
}]
109
0 commit comments