diff --git a/.github/workflows/chatops_retest.yaml b/.github/workflows/chatops_retest.yaml index 1a16ed0f60e..96f08ee065a 100644 --- a/.github/workflows/chatops_retest.yaml +++ b/.github/workflows/chatops_retest.yaml @@ -32,7 +32,7 @@ jobs: echo '::group:: Get the PT commit sha' # Get the sha of the HEAD commit in the PR GITHUB_COMMIT_SHA=$(gh api $(echo ${GITHUB_PULL_URL#https://api.github.com/}) | \ - | jq -r .head.sha) + jq -r .head.sha) echo '::endgroup::' echo '::group:: Get the list of run IDs'