From d0db367de6e83b5278e15a120b9dd25d3950f9ab Mon Sep 17 00:00:00 2001 From: Mike Brocchi Date: Tue, 24 Oct 2023 15:03:13 -0400 Subject: [PATCH] Updated links in documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cf4411..b307e5c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This action will: ``` - name: init - uses: neverendingsupport/actions/init@v1 + uses: herodevs/gh-actions/init@v1 with: node-version: 18 ``` @@ -31,7 +31,7 @@ NOTE - this is used to build the key name of the cache being created ### Usage ``` - name: cache - uses: neverendingsupport/actions/cache@v1 + uses: herodevs/gh-actions/cache@v1 with: job: [JOB_NAME] ``` @@ -45,7 +45,7 @@ NOTE - this is used to build the key name of the cache being created ### Usage ``` - name: uncache - uses: neverendingsupport/actions/uncache@v1 + uses: herodevs/gh-actions/uncache@v1 with: from-job: [JOB_NAME] ``` \ No newline at end of file