ci: Experimental check for duplicate workflow

This commit is contained in:
Christian Kußowski 2025-05-18 09:38:47 +02:00
commit d4332d5705
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 31 additions and 3 deletions

View file

@ -48,9 +48,7 @@ class ErrorReporter {
AdaptiveDialogAction(
onPressed: () => launchUrl(
AppConfig.newIssueUrl.resolveUri(
Uri(
queryParameters: {'template': 'bug_report.yaml'},
),
Uri(queryParameters: {'template': 'bug_report.yaml'}),
),
mode: LaunchMode.externalApplication,
),