From 6b92965546acbd24e29d662c5f7557662025c28a Mon Sep 17 00:00:00 2001 From: Pasquale Salza Date: Fri, 20 Dec 2024 17:41:04 +0100 Subject: [PATCH] Remove redundant command to show HEAD branch reference in action.yml --- action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/action.yml b/action.yml index e2c7747..2ae4e35 100644 --- a/action.yml +++ b/action.yml @@ -90,7 +90,3 @@ runs: - name: "List fetched commits" shell: bash run: git log --oneline --decorate --graph --all - - - name: "Show HEAD branch reference" - shell: bash - run: git show-ref HEAD