diff --git a/.github/workflows/example2.yml b/.github/workflows/example2.yml index 6356711..f441677 100644 --- a/.github/workflows/example2.yml +++ b/.github/workflows/example2.yml @@ -102,10 +102,10 @@ jobs: ${process.env.PUBLISH_CFPAGES_ALIAS ? `📌 Branch Preview URL: [${process.env.PUBLISH_CFPAGES_ALIAS}](${process.env.PUBLISH_CFPAGES_ALIAS})\n`:"" } - commit hash: ${{ github.event.head_commit.id }}\n - commit message: ${{ github.event.head_commit.message}}\n - commit author: ${{ github.event.head_commit.author.name }}\n - commit date: ${{ github.event.head_commit.timestamp }}\n + commit hash: \`${{ github.event.head_commit.id }}\`\n + commit message: [${{ github.event.head_commit.message}}](${{ github.server_url }}/${{ github.repository }}/tree/${{ github.event.head_commit.id}})/\n + commit author: \`${{ github.event.head_commit.author.name }}\`\n + commit date: \`${{ github.event.head_commit.timestamp }}\`\n
Deploying with Cloudflare Pages