mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +03:00
Fix print event issue title on accept workflow
This commit is contained in:
parent
0ab9fedafa
commit
c3526284a5
2
.github/workflows/accept-pull-request.yml
vendored
2
.github/workflows/accept-pull-request.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
pr_detail_file="pr_detail.json"
|
||||
gh api repos/"${OWNER}"/"${REPO}"/pulls/"${PR_NUMBER}" > "${pr_detail_file}"
|
||||
jq . "${pr_detail_file}"
|
||||
echo ${{ github.event.issue.title }}
|
||||
echo "github.event.issue.title: ${{ github.event.issue.title }}"
|
||||
HEAD_REPO_FULL_NAME=$(jq -rc .head.repo.full_name ${pr_detail_file})
|
||||
BASE_REPO_FULL_NAME=$(jq -rc .base.repo.full_name ${pr_detail_file})
|
||||
if [ "${HEAD_REPO_FULL_NAME}" = "${BASE_REPO_FULL_NAME}" ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user