Skip to content

Commit

Permalink
cleanup emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrobeam committed Nov 19, 2024
1 parent 51cf47d commit c4e13d8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -54,8 +52,8 @@ jobs:
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">πŸ”¨</span> Latest commit | ${{ env.LATEST_COMMIT }} |
|<span aria-hidden="true">πŸ”</span> 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
Expand Down Expand Up @@ -101,7 +99,7 @@ jobs:
| Name | Link |
|---------------------------------|------------------------|
|<span aria-hidden="true">πŸ”¨</span> Latest commit | ${{ env.LATEST_COMMIT }} |
|<span aria-hidden="true">πŸ”</span> Latest deploy log | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} |
|<span aria-hidden="true">😎</span> 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 }}) |
---

0 comments on commit c4e13d8

Please sign in to comment.