Skip to content

Commit

Permalink
Fix step name in GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Jan 6, 2025
1 parent 233ed8b commit f6fe12c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-release.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ workflowWithCopyright(
runsOn = WindowsLatest
) {
uses(
name = "Check for Modifications",
name = "Execute action",
action = SetupWsl()
)
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
- 'check_yaml_consistency'
steps:
- id: 'step-0'
name: 'Check for Modifications'
name: 'Execute action'
uses: 'Vampire/setup-wsl@v4'

0 comments on commit f6fe12c

Please sign in to comment.