From 3061b54059ed6ece226b8145c49c3479a4a4c85e Mon Sep 17 00:00:00 2001 From: fluzzi Date: Thu, 26 May 2022 11:33:35 -0300 Subject: [PATCH] fix github actions publish - pick 'publish' branch, fix typos --- .github/workflows/publish.yml | 2 ++ automation-template.yaml | 2 +- connpy/connapp.py | 2 +- docs/connpy/index.html | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f49ac7c..9bde525 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,6 +23,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + ref: publish - name: Set up Python uses: actions/setup-python@v3 with: diff --git a/automation-template.yaml b/automation-template.yaml index 7517e02..2275a3e 100644 --- a/automation-template.yaml +++ b/automation-template.yaml @@ -7,7 +7,7 @@ tasks: nodes: #List of nodes to work on. Mandatory - 'router1@office' #You can add specific nodes - '@aws' #entire folders or subfolders - - '@office': #or filter inside a filder or subfolder + - '@office': #or filter inside a folder or subfolder - 'router2' - 'router7' diff --git a/connpy/connapp.py b/connpy/connapp.py index 6250e48..bbe8c82 100755 --- a/connpy/connapp.py +++ b/connpy/connapp.py @@ -893,7 +893,7 @@ tasks: nodes: #List of nodes to work on. Mandatory - 'router1@office' #You can add specific nodes - '@aws' #entire folders or subfolders - - '@office': #or filter inside a filder or subfolder + - '@office': #or filter inside a folder or subfolder - 'router2' - 'router7' diff --git a/docs/connpy/index.html b/docs/connpy/index.html index a5b8132..3ffe6ac 100644 --- a/docs/connpy/index.html +++ b/docs/connpy/index.html @@ -1553,7 +1553,7 @@ tasks: nodes: #List of nodes to work on. Mandatory - 'router1@office' #You can add specific nodes - '@aws' #entire folders or subfolders - - '@office': #or filter inside a filder or subfolder + - '@office': #or filter inside a folder or subfolder - 'router2' - 'router7'