Skip to content

Commit

Permalink
use base-branch in cache step docs (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarmatei authored Dec 17, 2024
1 parent 7018127 commit bccb77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow-steps/cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
inputs:
key: 'package-lock.json|yarn.lock|pnpm-lock.yaml'
paths: 'node_modules'
base_branch: 'main'
base-branch: 'main'
```
## `key` ![default](https://img.shields.io/badge/default_value-%27package--lock%2Ejson%7Cyarn%2Elock%7Cpnpm--lock%2Eyaml%27-D3D3D3)
Expand Down

0 comments on commit bccb77f

Please sign in to comment.