Skip to content

Commit cbf76ba

Browse files
committed
Fix version meta description
1 parent defec9c commit cbf76ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs-gen/actions/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def description(tool: Tool) -> str:
7272
version = Action(
7373
'version',
7474
description=description,
75-
meta_description='Prints Terraform and providers versions',
75+
meta_description='Prints $ProductName and providers versions',
7676
inputs=[
7777
path,
7878
dataclasses.replace(workspace, description='The workspace to determine the $ProductName version for.'),

tofu-version/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tofu-version
2-
description: Prints Terraform and providers versions
2+
description: Prints OpenTofu and providers versions
33
author: Daniel Flook
44

55
inputs:

0 commit comments

Comments
 (0)