Skip to content

Commit

Permalink
Edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta committed Apr 23, 2024
1 parent ccfec8f commit 5451a79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
body: |
📘 **Documentation Test Summary** 📘
${{ (needs.test-deploy.outputs.status == 'true' && 'The test build of the documentation has completed successfully. 🚀\n' || '') }}
${{ (needs.test-deploy.outputs.status == 'true' && 'The changes will be published upon merge to the main branch' || '') }}
${{ (needs.test-deploy.outputs.status != 'true' && 'There was an issue with the test build of the documentation. Please check the logs for more details. 🚨' || '') }}
${{ (needs.test-deploy.outputs.status == 'success' && 'The test build of the documentation has completed successfully. 🚀\n' || '') }}
${{ (needs.test-deploy.outputs.status == 'success' && 'The changes will be published upon merge to the main branch' || '') }}
${{ (needs.test-deploy.outputs.status != 'success' && 'There was an issue with the test build of the documentation. Please check the logs for more details. 🚨' || '') }}

0 comments on commit 5451a79

Please sign in to comment.