Skip to content

Commit

Permalink
Add action config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledarath committed May 22, 2024
1 parent 6e92ca7 commit dba2656
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: 'The name of your action here'
description: 'Provide a description here'
author: 'Your name or organization here'
name: 'Helm values merger'
description: 'Merge values files for Helm charts'
author: 'Creatiwity'

# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'heart'
color: 'red'

# Define your inputs here.
inputs:
milliseconds:
description: 'Your input description here'
required: true
default: '1000'
#inputs:
# milliseconds:
# description: 'Your input description here'
# required: true
#default: '1000'

# Define your outputs here.
outputs:
time:
description: 'Your output description here'
#outputs:
# time:
# description: 'Your output description here'

runs:
using: node20
Expand Down

0 comments on commit dba2656

Please sign in to comment.