Skip to content

Commit

Permalink
Update Action details
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulp959 authored Jun 20, 2024
1 parent 2bf96f0 commit 71c5b33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "TOML Editor V2"
description: "Edit a Table/Key in a given TOML file."
author: "ciii"
name: "Simple TOML Editor"
description: "Quickly edit a key within in a given TOML file."
author: "rahulp959"
branding:
icon: "file"
color: "blue"
Expand All @@ -9,10 +9,10 @@ inputs:
description: "The relative path of toml file"
required: true
key:
description: "Key need to modify"
description: "The key you're modifying"
required: true
value:
description: "Value to set"
description: "The value to be set"
required: true

runs:
Expand Down

0 comments on commit 71c5b33

Please sign in to comment.