From 1e6d6beb0f85a36c428ff01204254cc5b350050c Mon Sep 17 00:00:00 2001 From: Xyueta Date: Mon, 11 Sep 2023 23:45:57 +0200 Subject: [PATCH] fix: ame logs --- .github/workflows/apbx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apbx.yaml b/.github/workflows/apbx.yaml index 690b548a02..2ce647e7bf 100644 --- a/.github/workflows/apbx.yaml +++ b/.github/workflows/apbx.yaml @@ -112,7 +112,7 @@ jobs: sed -i 's|.*<\/Description>|Experimental testing version of the Atlas Playbook, built with GitHub Actions from commit ${{ github.sha }}. Be aware of these builds being potentially unstable and buggy!|g' playbook.conf cd Configuration/atlas echo "Enabling AME Wizard Live Log..." - sed -i "6i \ # AME Wizard Live Log For Development Playbooks\n \- \!cmd: {command: 'start \"AME Wizard Live Log\" powershell.exe \-NoProfile \-Command \"Get\-Content \-wait Logs\AdminOutput.txt \-ErrorAction SilentlyContinue | Write\-Output; pause\"\', baseDir: true, wait: false, showError: true}\n" start.yml + sed -i "6i \ # AME Wizard Live Log For Development Playbooks\n \- \!cmd: {command: 'start \"AME Wizard Live Log\" powershell.exe \-NoP\-C \"Get\-Content \-Wait Logs\AdminOutput.txt \-ErrorAction SilentlyContinue | Write\-Output; pause\"\', baseDir: true, wait: false, showError: true}\n" start.yml - name: Create playbook (ZIP/APBX password is malte) if: ${{ steps.config-playbook.outcome != 'skipped' }}