forked from CCIP-App/schedule-json-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
29 lines (27 loc) · 715 Bytes
/
action.yml
File metadata and controls
29 lines (27 loc) · 715 Bytes
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
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
name: Generate Schedule Json file
description: Generate Schedule Json file
author: docker
branding:
icon: 'anchor'
color: 'blue'
inputs:
gcp-api-key:
description: "GCP API Key, create an API key here : https://console.developers.google.com/apis/credentials"
type: string
required: true
spreadsheet-key:
description: "Google Spreadsheet key"
required: true
default-avatar:
description: "Default avatar"
required: true
avatar-base-url:
description: "Avatar base url"
required: true
output-path:
description: "Output path"
required: true
runs:
using: 'node16'
main: 'dist/index.js'