From 73dcdfc6d858d086485e7b0e0539a0da0d754013 Mon Sep 17 00:00:00 2001 From: Renato Daltiba Schneider Date: Mon, 15 Apr 2024 10:54:11 -0300 Subject: [PATCH] fix: add package github actions get branch name --- .github/workflows/cleanup-preview.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cleanup-preview.yml b/.github/workflows/cleanup-preview.yml index f26cbda..4158424 100644 --- a/.github/workflows/cleanup-preview.yml +++ b/.github/workflows/cleanup-preview.yml @@ -10,6 +10,10 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Get branch name + id: branch-name + uses: tj-actions/branch-names@v8 + - name: Install Node.js uses: actions/setup-node@v3 with: