From 09c7ef463910b7e93ce066c024e4f65e4a69a2c8 Mon Sep 17 00:00:00 2001 From: Mariusz Kliber Date: Wed, 30 Nov 2022 17:04:25 +0000 Subject: [PATCH] Debug: removed grep --- .github/workflows/internal-ci-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/internal-ci-checks.yml b/.github/workflows/internal-ci-checks.yml index d114a1fb464..f9e0e415c4f 100644 --- a/.github/workflows/internal-ci-checks.yml +++ b/.github/workflows/internal-ci-checks.yml @@ -18,7 +18,7 @@ jobs: run: | set +eo pipefail echo "Testing API calls" - gh api -i /repos/github/codeql | grep X-Oauth-Scopes + gh api -i /repos/github/codeql echo "Checking if user $USERNAME is a member of the CodeQL team" if [ "$(gh api "/orgs/github/teams/codeql/memberships/$USERNAME" --jq .state)" == "active" ]; then echo "User $USERNAME is a member of the CodeQL team"