From b4c4db4c69b372a3bc05ee81b010f0532f684a59 Mon Sep 17 00:00:00 2001 From: Marcelo Vargas Date: Thu, 20 Jul 2023 16:39:07 -0700 Subject: [PATCH] rename job name --- .github/workflows/delete-old-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delete-old-branches.yml b/.github/workflows/delete-old-branches.yml index f9649a8f..d13a1c35 100644 --- a/.github/workflows/delete-old-branches.yml +++ b/.github/workflows/delete-old-branches.yml @@ -6,7 +6,7 @@ name: Delete old branches on: [push] jobs: - list-stale-branches: + delete-old-branches: runs-on: ubuntu-latest steps: - name: Checkout Repository