mirror of
https://github.com/actions/cache.git
synced 2025-04-01 19:06:35 +00:00
Removed extra code from readme examples
This commit is contained in:
parent
22cbf49050
commit
10e20f3cb9
1 changed files with 1 additions and 2 deletions
|
@ -24,10 +24,9 @@ steps:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Dependencies
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: /install.sh
|
||||
|
||||
- name: Build common artifacts
|
||||
- name: Build artifacts
|
||||
run: /build.sh
|
||||
|
||||
- uses: actions/cache/save@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue