Skip to content

Commit

Permalink
Minor typo in README (#15)
Browse files Browse the repository at this point in the history
from `steps.[ID].outupts.cache-hit` to `steps.[ID].outputs.cache-hit`
  • Loading branch information
M Akhyar Rahman Hidayat authored and Josh Gross committed Oct 31, 2019
1 parent 3743276 commit 6be35d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ steps:
run: /install.sh
```

> Note: The `id` defined in `actions/cache` must match the `id` in the `if` statement (i.e. `steps.[ID].outupts.cache-hit`)
> Note: The `id` defined in `actions/cache` must match the `id` in the `if` statement (i.e. `steps.[ID].outputs.cache-hit`)

## Contributing
We would love for you to contribute to `@actions/cache`, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
Expand Down

0 comments on commit 6be35d1

Please sign in to comment.