mirror of
https://github.com/aljazceru/satshkd-vercel.git
synced 2025-12-17 05:04:24 +01:00
13 lines
240 B
YAML
13 lines
240 B
YAML
name: 'fetch my custom url and update'
|
|
description: 'fetch url and cron job.'
|
|
branding:
|
|
icon: 'check-circle'
|
|
color: 'green'
|
|
inputs:
|
|
url:
|
|
description: 'URL to get rate'
|
|
required: true
|
|
runs:
|
|
using: 'node12'
|
|
main: 'index.js'
|