Skip to content

Commit ab263d6

Browse files
committed
remove single quotes from heredocs JSON
1 parent 9feef6d commit ab263d6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,14 @@ jobs:
212212
products: |
213213
ccip-prereleases-prod-testnet
214214
215-
emit-image-publish-finished-event:
216-
name: Emit image publish finished event
215+
emit-pre-release-image-published-event:
216+
name: Emit pre-release image published event
217217
needs: [ docker-core ]
218218
runs-on: ubuntu-latest
219219
permissions:
220220
contents: write
221221
steps:
222-
- name: Emit image publish finished event
222+
- name: Emit pre-release image published event
223223
env:
224224
DOCKER_MANIFEST_TAG: ${{ needs.docker-core.outputs.docker-manifest-tag }}
225225
GITHUB_REF_NAME: ${{ github.ref_name }}
@@ -229,7 +229,7 @@ jobs:
229229
--method POST \
230230
-H "Accept: application/vnd.github+json" \
231231
"/repos/${GITHUB_REPOSITORY}/dispatches" \
232-
--input - <<'JSON'
232+
--input - <<JSON
233233
{
234234
"event_type": "pre-release-image-published",
235235
"client_payload": {

0 commit comments

Comments
 (0)