From c4e13d8ef81e08f00f8879b7714501a8469fbae7 Mon Sep 17 00:00:00 2001 From: Laith Date: Tue, 19 Nov 2024 09:29:11 -0500 Subject: [PATCH] cleanup emojis --- .github/workflows/pages.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 0753157..0e0c39b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -12,13 +12,11 @@ jobs: permissions: pull-requests: write steps: - - name: Checkout code uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - - name: Extract branch name shell: bash run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT @@ -54,8 +52,8 @@ jobs: | Name | Link | |---------------------------------|------------------------| - | Latest commit | ${{ env.LATEST_COMMIT }} | - | Latest deploy log | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} | + | *Latest commit* | ${{ env.LATEST_COMMIT }} | + | *Latest deploy log* | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} | --- - name: Install rust toolchain @@ -101,7 +99,7 @@ jobs: | Name | Link | |---------------------------------|------------------------| - | Latest commit | ${{ env.LATEST_COMMIT }} | - | Latest deploy log | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} | - | Deploy Preview Url | [${{ steps.deploy.outputs.pages-deployment-alias-url }}](${{ steps.deploy.outputs.pages-deployment-alias-url }}) | + | *Latest commit* | ${{ env.LATEST_COMMIT }} | + | *Latest deploy log* | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} | + | *Deploy Preview Url* | [${{ steps.deploy.outputs.pages-deployment-alias-url }}](${{ steps.deploy.outputs.pages-deployment-alias-url }}) | ---