Skip to content

Commit 668a992

Browse files
committed
fix
1 parent bf2d0f0 commit 668a992

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
url: https://api.render.com/deploy/srv-${{ secrets.RENDER_SERVICE_ID }}
3737
method: POST
38-
headers: |
38+
customHeaders: |
3939
Authorization: Bearer ${{ secrets.RENDER_API_KEY }}
4040
Content-Type: application/json
41-
body: '{"clearCache":true}'
41+
data: '{"clearCache":true}'

0 commit comments

Comments
 (0)