Skip to content

Commit 4f83c83

Browse files
committed
fix
1 parent 668a992 commit 4f83c83

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/docker-deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,5 @@ jobs:
3535
with:
3636
url: https://api.render.com/deploy/srv-${{ secrets.RENDER_SERVICE_ID }}
3737
method: POST
38-
customHeaders: |
39-
Authorization: Bearer ${{ secrets.RENDER_API_KEY }}
40-
Content-Type: application/json
38+
customHeaders: '{"Authorization":"Bearer ${{ secrets.RENDER_API_KEY }}","Content-Type":"application/json"}'
4139
data: '{"clearCache":true}'

0 commit comments

Comments
 (0)