diff --git a/.github/workflows/deploy_production.yml b/.github/workflows/deploy_production.yml index 6dc652de..5b3feafa 100644 --- a/.github/workflows/deploy_production.yml +++ b/.github/workflows/deploy_production.yml @@ -56,7 +56,7 @@ jobs: const script = require('./scripts/ghactions/comment-on-pr.js'); const commentTitle = "Ansible Run Output"; const ansiblePlaybookOutput = `${{ steps.playbook.outputs.ansible_playbook}}`; - const parts = playbookOutput.split("/^PLAY RECAP \*+/"); + const parts = ansiblePlaybookOutput.split("/^PLAY RECAP \*+/"); const ansiblePlaybookRecap = parts.length > 1 ? parts[1].trim() : ''; const commentBody = `