mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-04 21:37:47 +02: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
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
|
||||||
run: /install.sh
|
run: /install.sh
|
||||||
|
|
||||||
- name: Build common artifacts
|
- name: Build artifacts
|
||||||
run: /build.sh
|
run: /build.sh
|
||||||
|
|
||||||
- uses: actions/cache/save@v3
|
- uses: actions/cache/save@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue