Skip to content

Commit

Permalink
Final comment edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta committed Apr 23, 2024
1 parent 5451a79 commit d887662
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 == '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. 🚨' || '') }}
${{ (needs.test-deploy.outputs.status == 'success' && 'The test build of the documentation has completed successfully!' || '') }}
${{ (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 d887662

Please sign in to comment.