mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-26 13:49:56 +02:00
Fixed typos and formatting in docs (#1076)
* Removed extra code from readme examples * Formatted and fixed typos
This commit is contained in:
parent
22d3da765b
commit
e08330827d
3 changed files with 10 additions and 10 deletions
|
@ -26,10 +26,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
Add a link
Reference in a new issue