Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a98f28

Browse files
committed
Docs
1 parent7d73fad commit0a98f28

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

‎README.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
VSCE_TOKEN:${{ secrets.AZURE_PAN_TOKEN }}
4242
```
4343
44-
For a weekly deploy:
44+
For a weekly deploy, with npm installs and a custom sort order:
4545
4646
```yml
4747
-uses:orta/monorepo-deploy-nightly@master
@@ -50,8 +50,11 @@ For a weekly deploy:
5050
VSCE_TOKEN:${{ secrets.AZURE_PAN_TOKEN }}
5151
with:
5252
since:'1 week ago'
53+
sort:'["one", "three", "two"]'
54+
install:'true'
5355
```
5456
57+
5558
### TODO
5659
5760
For a build where a specific file changing in the build triggers a deploy

‎action.yml‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@ name: 'JS Monorepo Deploy Nightly'
22
description:'Deploys packages/* npm/vscode packages when the change'
33
author:'Orta Therox'
44
inputs:
5-
since:# change this
5+
since:
66
description:'The time between deploys'
77
default:'1 day'
8-
cwd:# change this
8+
cwd:
99
description:'The path to the folder which hosts packages'
1010
default:'.'
11+
install:
12+
description:'Run npm install before deploying a package, defaults to off'
13+
default:'false'
14+
sort:
15+
description:'The sort order for the deploy process based on the names of the packages, expected to be a JSON.parse-able array of string.'
1116
runs:
1217
using:'node12'
1318
main:'dist/index.js'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp