Skip to content

Commit 82d754f

Browse files
authored
Update deploy.yml
1 parent 53d1312 commit 82d754f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ jobs:
2121
with:
2222
webhook_url: ${{ secrets.webhook_url }}
2323
webhook_secret: ${{ secrets.webhook_secret }}
24-
data: '{ "username": "${{ secrets.docker_username }}", "password": "${{ secrets.docker_password }}" }'
24+
data: |
25+
{
26+
"username": "${{ secrets.docker_username }}",
27+
"password": "${{ secrets.docker_password }}"
28+
}

0 commit comments

Comments
 (0)