From 9e76d8f7439f752b86d4a67977dd63288fa53b68 Mon Sep 17 00:00:00 2001 From: Xyueta Date: Tue, 12 Sep 2023 00:13:16 +0200 Subject: [PATCH] fix: update syntax --- .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 872bede45c..84b69823f4 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 \-NoP\-C \"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 \-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' }}