3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-18 09:29:03 +00:00

Minor typo in README

from `steps.[ID].outupts.cache-hit` to `steps.[ID].outputs.cache-hit`
This commit is contained in:
M Akhyar Rahman Hidayat 2019-10-31 23:56:47 +08:00 committed by GitHub
parent 3743276c66
commit 5ee4680cd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.