Files

25 lines
504 B
YAML
Raw Permalink Normal View History

2024-11-15 11:44:30 -05:00
name: The name of your action here
description: Provide a description here
author: Your name or organization here
2023-08-23 13:37:14 -04:00
2023-10-31 17:49:38 -06:00
# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
2024-11-15 11:44:30 -05:00
icon: heart
color: red
2023-10-31 17:49:38 -06:00
2023-08-23 13:37:14 -04:00
# Define your inputs here.
2019-08-22 04:30:36 +02:00
inputs:
2023-08-23 13:37:14 -04:00
milliseconds:
2024-11-15 11:44:30 -05:00
description: Your input description here
2020-07-20 07:44:22 -04:00
required: true
2023-08-23 13:37:14 -04:00
default: '1000'
# Define your outputs here.
outputs:
time:
2024-11-15 11:44:30 -05:00
description: Your output description here
2023-08-23 13:37:14 -04:00
2019-07-22 14:15:40 -04:00
runs:
2025-08-01 12:06:11 +01:00
using: node24
2023-08-23 13:37:14 -04:00
main: dist/index.js