mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-07 20:04:02 +00:00
Fix the url to the action in the doc
This commit is contained in:
@@ -11,13 +11,13 @@ Just copy and paste the following in your GitHub action:
|
||||
```
|
||||
# Using the latest version of sccache
|
||||
- name: Run sccache-cache
|
||||
uses: mozilla/sccache-action@v0.0.1
|
||||
uses: mozilla-actions/sccache-action@v0.0.1
|
||||
```
|
||||
|
||||
```
|
||||
# Specify a given version of sccache
|
||||
- name: Run sccache-cache
|
||||
uses: mozilla/sccache-action@v0.0.1
|
||||
uses: mozilla-actions/sccache-action@v0.0.1
|
||||
with:
|
||||
version: "v0.3.3"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user