mirror of
https://github.com/actions/cache.git
synced 2024-12-27 14:28:01 +08:00
Removed extra code from readme examples
This commit is contained in:
parent
22cbf49050
commit
10e20f3cb9
@ -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…
x
Reference in New Issue
Block a user