From edcb563c65ef222b35d067d6ab6a5e72171a2557 Mon Sep 17 00:00:00 2001 From: Shariq Raza Qadri <75565639+cosmicqbit@users.noreply.github.com> Date: Sun, 16 Feb 2025 02:16:28 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 264f274..108d6a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,12 +26,11 @@ jobs: format: html disable_web_page_preview: true message: | - 🔨 1 new commit to Learn-Linux:main: + 🚀 1 new commit to Learn-Linux:main: - 📝 ${{ steps.shorten_sha.outputs.sha_short }}: ${{ github.event.head_commit.message }} - 👤 Commit author: ${{ github.event.head_commit.author.name }} - 🌿 Branch: ${{ github.ref_name }} - 🔗 Browse Repo + 📝 Commit: ${{ steps.shorten_sha.outputs.sha_short }} + 👤 Author: ${{ github.event.head_commit.author.name }} + 🌿 Branch: ${{ github.ref_name }} + 🔗 Repo: Browse Repository - --- ✨ Workflow by cosmicqbit.dev