Skip to content

Commit 6a87d3a

Browse files
committed
updates to add missing comma
1 parent 519b951 commit 6a87d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-from-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
-H "Authorization: Token ${{ secrets.QOVERY_API_TOKEN }}" \
200200
-H "Content-Type: application/json" \
201201
-d '{
202-
"image_name": "${{ steps.image_lowercase.outputs.lowercase }}-${{ env.CLEAN_NETWORK}}"
202+
"image_name": "${{ steps.image_lowercase.outputs.lowercase }}-${{ env.CLEAN_NETWORK}}",
203203
"tag": "${{ env.COMMIT_TAG }}"
204204
}'
205205

0 commit comments

Comments
 (0)