Skip to content

Commit 3c1bf8a

Browse files
abueideclaude
andcommitted
fix(ci): repair truncated workflow name in e2e-full.yml
The workflow name was `tname:` instead of `name:`, causing the GitHub Actions workflow file to fail YAML validation in the lint step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aa499b3 commit 3c1bf8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tname: Full E2E Tests
1+
name: Full E2E Tests
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)