mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 17:19:37 +00:00
Update prtester.py
This commit is contained in:
parent
c131c348fe
commit
4d8141f130
2
.github/prtester.py
vendored
2
.github/prtester.py
vendored
@ -41,7 +41,7 @@ def main(instances: Iterable[Instance], with_upload: bool, with_reduced_upload:
|
|||||||
def testBridges(instance: Instance, bridge_cards: Iterable, with_upload: bool, with_reduced_upload: bool) -> Iterable:
|
def testBridges(instance: Instance, bridge_cards: Iterable, with_upload: bool, with_reduced_upload: bool) -> Iterable:
|
||||||
instance_suffix = ''
|
instance_suffix = ''
|
||||||
prid = os.getenv("PR")
|
prid = os.getenv("PR")
|
||||||
tester_url = f'https://bockiii.github.io/prs/{prid}/'
|
tester_url = f'https://bockiii.github.io/prs/{prid}'
|
||||||
if instance.name:
|
if instance.name:
|
||||||
instance_suffix = f' ({instance.name})'
|
instance_suffix = f' ({instance.name})'
|
||||||
table_rows = []
|
table_rows = []
|
||||||
|
Loading…
Reference in New Issue
Block a user