Skip to content

Commit 29138b6

Browse files
xnotoclaude
andauthored
ci: lowercase workflow names (#3)
Renames the top-level `name:` field on both workflows so the Actions pane uses lowercase, coder-friendly naming: - `_ci.yml`: `CI` → `ci` - `opentofu.yml`: `OpenTofu` → `opentofu` Job- and step-level names (`OpenTofu Plan`, `OpenTofu Apply`) are unchanged — they are display labels within a run, not the workflow listing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 149a02c commit 29138b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: ci
22

33
on:
44
pull_request:

.github/workflows/opentofu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: OpenTofu
1+
name: opentofu
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)