fix github actions publish - pick 'publish' branch, fix typos
This commit is contained in:
parent
ffed88189f
commit
3061b54059
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -23,6 +23,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: publish
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
|
@ -7,7 +7,7 @@ tasks:
|
|||||||
nodes: #List of nodes to work on. Mandatory
|
nodes: #List of nodes to work on. Mandatory
|
||||||
- 'router1@office' #You can add specific nodes
|
- 'router1@office' #You can add specific nodes
|
||||||
- '@aws' #entire folders or subfolders
|
- '@aws' #entire folders or subfolders
|
||||||
- '@office': #or filter inside a filder or subfolder
|
- '@office': #or filter inside a folder or subfolder
|
||||||
- 'router2'
|
- 'router2'
|
||||||
- 'router7'
|
- 'router7'
|
||||||
|
|
||||||
|
@ -893,7 +893,7 @@ tasks:
|
|||||||
nodes: #List of nodes to work on. Mandatory
|
nodes: #List of nodes to work on. Mandatory
|
||||||
- 'router1@office' #You can add specific nodes
|
- 'router1@office' #You can add specific nodes
|
||||||
- '@aws' #entire folders or subfolders
|
- '@aws' #entire folders or subfolders
|
||||||
- '@office': #or filter inside a filder or subfolder
|
- '@office': #or filter inside a folder or subfolder
|
||||||
- 'router2'
|
- 'router2'
|
||||||
- 'router7'
|
- 'router7'
|
||||||
|
|
||||||
|
@ -1553,7 +1553,7 @@ tasks:
|
|||||||
nodes: #List of nodes to work on. Mandatory
|
nodes: #List of nodes to work on. Mandatory
|
||||||
- 'router1@office' #You can add specific nodes
|
- 'router1@office' #You can add specific nodes
|
||||||
- '@aws' #entire folders or subfolders
|
- '@aws' #entire folders or subfolders
|
||||||
- '@office': #or filter inside a filder or subfolder
|
- '@office': #or filter inside a folder or subfolder
|
||||||
- 'router2'
|
- 'router2'
|
||||||
- 'router7'
|
- 'router7'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user