forked from CringeStudios/element-desktop
Update fetchdep to also take into account forks
This commit is contained in:
parent
a759b96a70
commit
4b4cee8ebb
@ -29,7 +29,7 @@ getPRInfo() {
|
||||
if [ -n "$number" ]; then
|
||||
echo "Getting info about a PR with number $number"
|
||||
|
||||
apiEndpoint="https://api.github.com/repos/matrix-org/matrix-react-sdk/pulls/"
|
||||
apiEndpoint="https://api.github.com/repos/${REPOSITORY:-"vector-im/element-desktop"}/pulls/"
|
||||
apiEndpoint+=$number
|
||||
|
||||
head=$(curl $apiEndpoint | jq -r '.head.label')
|
||||
|
Loading…
x
Reference in New Issue
Block a user