Compare commits
1 commit
44a53b78e0
...
e2dadc142b
Author | SHA1 | Date | |
---|---|---|---|
e2dadc142b |
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ if [ "$CI" = "true" ]; then
|
|||
echo "Logging in to $GITHUB_SERVER_URL with default token"
|
||||
tea login add --url "$GITHUB_SERVER_URL" --token "$GITHUB_TOKEN"
|
||||
echo "Retrieving PR index for $GITHUB_HEAD_REF"
|
||||
tea pulls -f index,head -o simple
|
||||
pr_index=$(tea pulls -f index,head -o simple | grep "$GITHUB_HEAD_REF" | head -n1 | cut -d' ' -f 1)
|
||||
echo "Retrieved index: $pr_index"
|
||||
echo "Expected PR URL: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/pulls/$pr_index"
|
||||
|
|
Loading…
Add table
Reference in a new issue