-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
23 lines (23 loc) · 651 Bytes
/
action.yml
File metadata and controls
23 lines (23 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: "ABP Localization Sync"
description: "Push and pull ABP.IO JSON localization data to and from Google Sheets"
author: "Your Name"
inputs:
action:
description: "Specify 'push' to push data to Google Sheets or 'pull' to pull data from Google Sheets"
required: true
default: "push"
google_api_key_json:
description: "Google API Key JSON"
required: true
spreadsheet_id:
description: "Google Sheets Spreadsheet ID"
required: true
localization_root:
description: "Root directory for localization files"
required: true
runs:
using: "node20"
main: "dist/index.js"
branding:
color: "blue"
icon: "globe"