Skip to content

Commit

Permalink
Updated links in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Brocco committed Oct 24, 2023
1 parent 82ecb86 commit d0db367
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This action will:

```
- name: init
uses: neverendingsupport/actions/init@v1
uses: herodevs/gh-actions/init@v1
with:
node-version: 18
```
Expand All @@ -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]
```
Expand All @@ -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]
```

0 comments on commit d0db367

Please sign in to comment.