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'