We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6a85b commit 1ae97f3Copy full SHA for 1ae97f3
content/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust.md
@@ -96,7 +96,7 @@ You can cache and restore dependencies using the Cache action. This example assu
96
97
```yaml copy
98
- name: Cache
99
- - uses: {% data reusables.actions.action-cache %}
+ uses: {% data reusables.actions.action-cache %}
100
with:
101
path: |
102
~/.cargo/registry
0 commit comments