From 334cb23dfd7d95692ad6e9e08bf90c7246f0f07d Mon Sep 17 00:00:00 2001 From: akucharska Date: Thu, 30 Jan 2025 11:53:23 +0100 Subject: [PATCH] lolo --- .github/actions/rebase/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/rebase/action.yml b/.github/actions/rebase/action.yml index d36bb5b5a6..6a9e1882b9 100644 --- a/.github/actions/rebase/action.yml +++ b/.github/actions/rebase/action.yml @@ -23,7 +23,6 @@ runs: # go back to the HEAD commit git switch --detach ${{ github.sha }} - echo "SHA ${github.sha}" shell: bash - name: Rebase to main