mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +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:
|
||||
instance_suffix = ''
|
||||
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:
|
||||
instance_suffix = f' ({instance.name})'
|
||||
table_rows = []
|
||||
|
Loading…
Reference in New Issue
Block a user