From e1544e83cdd856e27d5ff8e60f133ed268579a79 Mon Sep 17 00:00:00 2001 From: Mahmoud Abdelwahab Date: Tue, 7 May 2024 19:41:42 +0300 Subject: [PATCH] Add name for the get git branch name step Co-authored-by: Bryan Clark --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index c78675e..db71022 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -26,7 +26,7 @@ jobs: - run: pnpm install - - name: Get cleaned up branch name + - name: Get git branch name id: branch-name uses: tj-actions/branch-names@v8