Skip to content

Commit 0fc79e0

Browse files
afrittolitekton-robot
authored andcommitted
Remove extra pip symbol
Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
1 parent 76ab803 commit 0fc79e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chatops_retest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo '::group:: Get the PT commit sha'
3333
# Get the sha of the HEAD commit in the PR
3434
GITHUB_COMMIT_SHA=$(gh api $(echo ${GITHUB_PULL_URL#https://api.github.com/}) | \
35-
| jq -r .head.sha)
35+
jq -r .head.sha)
3636
echo '::endgroup::'
3737
3838
echo '::group:: Get the list of run IDs'

0 commit comments

Comments
 (0)