diff --git a/.github/workflows/apbx.yaml b/.github/workflows/apbx.yaml index 820f8379a7..690b548a02 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 \- \!run: {exe: \'cmd.exe\', args: \'/c 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 \-NoProfile \-Command \"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' }}