update workflow

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-11-05 02:36:18 +06:00
parent 1150e846f3
commit 8ff2ec19ae

View file

@ -187,7 +187,7 @@ jobs:
id
}
}
}' -f owner="hugo-toha" -f name="toha" -F issue_number=459 --jq='.data.repository.issue.id')"
}' -f owner="${{github.event.pull_request.head.repo.owner.login}}" -f name="${{github.event.pull_request.head.repo.name}}" -F issue_number=459 --jq='.data.repository.issue.id')"
echo 'ISSUE_ID='$item_id >> $GITHUB_ENV
echo "Issue ID: $ISSUE_ID"
echo "Issue ID: $item_id"