generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
29 lines (26 loc) · 750 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: 'FRC VendorDep Update Action'
description: 'Updates FRC vendordeps in your repository.'
author: 'garrettsummerfi3ld'
branding:
icon: 'link'
color: 'yellow'
inputs:
dir:
description: 'The directory to look for the vendordeps.'
required: false
default: './vendordeps'
author:
description: 'The author of the commit for updating the vendordeps.'
required: false
default: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
token:
description: 'The token to use for the commit.'
required: true
default: ${{ github.token }}
dry-run:
description: 'Whether to run the action in dry-run mode.'
required: false
default: 'false'
runs:
using: node20
main: dist/index.js