echoing-tent-95037
02/27/2023, 10:33 PM.github location which isn't on the docker container image. How can I go about adding that commit message back to Cypress dashboard?adventurous-dream-20049
02/27/2023, 11:11 PMechoing-tent-95037
02/27/2023, 11:37 PMadventurous-dream-20049
02/27/2023, 11:48 PMcypress/factory (https://hub.docker.com/r/cypress/factory/) or completely custom?adventurous-dream-20049
02/27/2023, 11:49 PMechoing-tent-95037
02/28/2023, 3:22 PMechoing-tent-95037
02/28/2023, 4:56 PMadventurous-dream-20049
02/28/2023, 8:11 PMCOMMIT_INFO_MESSAGE: ${{github.event.pull_request.title}} as an environment variable. We also recommend adding COMMIT_INFO_SHA to re-enable Cypress bot PR comments: https://github.com/cypress-io/github-action/issues/124echoing-tent-95037
03/01/2023, 3:26 PMenv of my uses: cypress-io/github-action@v5 step and the commit message is still not showing up in dashboard.echoing-tent-95037
03/01/2023, 4:16 PM${{ github.event.head_commit.message }} but using ${{github.event.pull_request.title}} didn't work.echoing-tent-95037
03/01/2023, 4:18 PMadventurous-dream-20049
03/01/2023, 6:04 PM