From 36aa59375f3f8a4de02f27846d260c2ae7d94bd0 Mon Sep 17 00:00:00 2001
From: Deepak Dahiya <59823596+t-dedah@users.noreply.github.com>
Date: Wed, 16 Nov 2022 22:23:29 +0000
Subject: [PATCH] PR comments

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2a78109..1713238 100644
--- a/README.md
+++ b/README.md
@@ -238,7 +238,7 @@ This workflow uses `gh-actions-cache` to delete all the caches created by a bran
   <summary>Example</summary>
 
 ```yaml
-name: cleanup-caches
+name: cleanup caches for a branch
 on:
   pull_request:
     types:
@@ -246,7 +246,7 @@ on:
   workflow_dispatch:
 
 jobs:
-  release:
+  cleanup:
     runs-on: ubuntu-latest
     steps:
       - name: Check out code