Skip to content

Commit 7a9a17c

Browse files
committed
Fix typo in job-disabled warning
1 parent 53d0c94 commit 7a9a17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ jobs:
401401
jobs = list(jobs)
402402
403403
if enabled and not jobs:
404-
print(f'::warning::tile=${env_var} disabled::All jobs removed, disabling {job_type} jobs.')
404+
print(f'::warning title={job_type} disabled::All jobs removed, disabling {job_type} jobs.')
405405
elif not enabled:
406406
jobs = None
407407
if not jobs:

0 commit comments

Comments
 (0)