Skip to content

Commit

Permalink
fix: AME logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Sep 11, 2023
1 parent 7618eaf commit 70d8d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apbx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
sed -i 's|<Description>.*<\/Description>|<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!</Description>|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' }}
Expand Down

0 comments on commit 70d8d72

Please sign in to comment.