Skip to content

Commit 881ecd1

Browse files
committed
updates typos in api command
1 parent 6a87d3a commit 881ecd1

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)