From 36835288ed5403473626dd4dd15c1835c46b5be9 Mon Sep 17 00:00:00 2001 From: Till0196 <16399842+Till0196@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:36:08 +0900 Subject: [PATCH] test --- .github/workflows/example2.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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