fix github actions publish - pick 'publish' branch, fix typos

This commit is contained in:
fluzzi 2022-05-26 11:33:35 -03:00
parent ffed88189f
commit 3061b54059
4 changed files with 5 additions and 3 deletions

View File

@ -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:

View File

@ -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'

View File

@ -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'

View File

@ -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'