generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
25 lines (25 loc) · 908 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
name: 'Gadget deploy'
description: 'Deploy user scripts or gadgets to Wikimedia sites'
author: 'Siddharth VP'
inputs:
apiUrl:
description: 'API URL of the wiki, eg. https://en.wikipedia.org/w/api.php'
required: true
username:
description: 'Username for use with BotPassword authentication'
password:
description: 'Password for use with BotPassword authentication'
oauth2Token:
description: 'Access token for use with OAuth2 authentication'
paths:
description: 'Paths to sync with wiki pages. Can be multiple lines. Each line should be path-to-file-in-repo <space> wiki-page-title. Note the local file path must not contain spaces.'
required: true
editSummary:
description: 'Edit summary to use while updating pages'
default: 'Updating from repo at $BRANCH ($SHA)'
runs:
using: 'node16'
main: 'dist/index.js'
branding:
icon: arrow-up-right
color: green