1
0
Fork 0
mirror of https://github.com/rharkor/caching-for-turbo.git synced 2025-06-09 09:35:17 +09:00

first commit

This commit is contained in:
rharkor 2024-06-12 19:56:12 +02:00
commit aa211c7f9d
35 changed files with 35469 additions and 0 deletions

24
action.yml Normal file
View file

@ -0,0 +1,24 @@
name: 'The name of your action here'
description: 'Provide a description here'
author: 'Your name or organization here'
# 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'
# Define your outputs here.
outputs:
time:
description: 'Your output description here'
runs:
using: node20
main: dist/index.js