Skip to content

Commit 1a792fb

Browse files
authored
fix: Rename Action (#7)
1 parent 6a416df commit 1a792fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ inputs:
4040
The entire action is reproduced here to show how simple it is:
4141
4242
```yaml
43-
name: set-step-output
43+
name: Set Output Value
4444
description: |
4545
Set the output for this step to any text value.
4646
author: "Street Side Software <info@streetsidesoftware.nl>"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: set-step-output
1+
name: Set Output Value
22
description: |
33
Set the output for this step to any text value.
44
author: "Street Side Software <info@streetsidesoftware.nl>"

0 commit comments

Comments
 (0)