-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
29 lines (26 loc) · 924 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: 'You Need a Budget Automation'
description: 'Automate your YNAB budgeting with this GitHub Action, providing automated approval, replication, and stock portfolio tracking.'
author: 'Sierra Softworks'
branding:
color: blue
icon: 'dollar-sign'
# Define your inputs here.
inputs:
budget-id:
description: 'The YNAB budget ID which you would like this action to operate against.'
required: false
default: "default"
api-key:
description: 'The YNAB API key which you would like this action to use. You can find your API key at https://app.ynab.com/settings/developer'
required: true
cache:
description: 'Whether the cache should be enabled for use with this action.'
required: false
default: "true"
# Define your outputs here.
outputs:
success:
description: 'Indicates whether your YNAB account was updated successfully or not.'
runs:
using: node20
main: dist/index.js