Files
satshkd-vercel/action.yml
2022-03-20 22:28:57 -07:00

13 lines
245 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: 'node17'
main: 'updaterate.js'