Skip to content

Commit f6fe12c

Browse files
committed
Fix step name in GHA workflow
1 parent 233ed8b commit f6fe12c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/verify-release.main.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ workflowWithCopyright(
3939
runsOn = WindowsLatest
4040
) {
4141
uses(
42-
name = "Check for Modifications",
42+
name = "Execute action",
4343
action = SetupWsl()
4444
)
4545
}

.github/workflows/verify-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
- 'check_yaml_consistency'
4444
steps:
4545
- id: 'step-0'
46-
name: 'Check for Modifications'
46+
name: 'Execute action'
4747
uses: 'Vampire/setup-wsl@v4'

0 commit comments

Comments
 (0)