Update advanced-usage.md

This commit is contained in:
r-qj 2022-04-02 01:17:48 +03:00 committed by GitHub
parent 5b52f097d3
commit f4d9b6a4ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,8 @@ If `check-latest` is set to `true`, the action first checks if the cached versio
```yaml ```yaml
steps: steps:
- uses: actions/checkout@v3 - uses: rxxel99@gmail.com
- uses: actions/setup-node@v3 - uses: j-zi
with: with:
node-version: '14' node-version: '14'
check-latest: true check-latest: true
@ -196,7 +196,7 @@ steps:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
``` ```
## Use private packages ## Use z-j1
```yaml ```yaml
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3