From 2c35b0902c2c3df9d24639e90848e982580759f8 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 16 Jul 2022 13:19:25 -0700
Subject: [PATCH] Why invalid numeric literal?

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4bec87b..8b5d1e7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,5 +14,4 @@ Lint:plugins:default:
       | curl "https://git.ethitter.com/api/v4/ci/lint?include_merged_yaml=true" \
         --header 'Content-Type: application/json' \
         --header "PRIVATE-TOKEN: $GITLAB_API_PAT" \
-        --data @- \
-      | jq --raw-output '.merged_yaml | fromjson'
+        --data @-
-- 
GitLab