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
b621ffeecc
commit
66503e98ba
2
.github/prtester.py
vendored
2
.github/prtester.py
vendored
@ -40,7 +40,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.environ.get["PR"]
|
||||
prid = os.getenv("PR")
|
||||
tester_url = f'https://bockiii.github.io/prs/{prid}/'
|
||||
if instance.name:
|
||||
instance_suffix = f' ({instance.name})'
|
||||
|
Loading…
Reference in New Issue
Block a user