From 60c3f0857a1514474abf2bfcb9cf579377b71109 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Mon, 11 Oct 2021 11:04:38 +0100 Subject: [PATCH] ci: :construction_worker: Fix the APT release part of the build [skip-ci] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15fb00eff..b389dc46d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -200,6 +200,6 @@ jobs: method: 'POST' contentType: 'application/json' data: '{ "ref":"main", "inputs": { "version": "${{ needs.versioning.outputs.tag }}"} }' - customHeaders: "{'Accept':'application/vnd.github.v3+json', 'Authorization':'Bearer ${{secrets.APT_PAT}}', 'User-Agent':'Ombi'}" + customHeaders: '{"Accept":"application/vnd.github.v3+json", "Authorization":"Bearer ${{secrets.APT_PAT}}", "User-Agent":"Ombi"}'