mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add TODO
This commit is contained in:
parent
99a29f02ff
commit
f61a2a3c82
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ pool:
|
|||
steps:
|
||||
- checkout: none
|
||||
|
||||
# TODO: switch to using Azure Pipelines Repository Resource to use GitHub service connection rather than PAT
|
||||
- bash: |
|
||||
FORKURI=$(curl -X GET "https://api.github.com/repos/$BUILD_REPOSITORY_NAME/pulls/$SYSTEM_PULLREQUEST_PULLREQUESTNUMBER" | jq -r '.head.repo.clone_url')
|
||||
git clone "$FORKURI" .
|
||||
|
|
|
|||
Loading…
Reference in a new issue