3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-22 19:35:32 +00:00

Fixed typos and formatting in docs (#1076)

* Removed extra code from readme examples

* Formatted and fixed typos
This commit is contained in:
Sankalp Kotewar 2023-02-03 09:53:09 +05:30 committed by GitHub
parent 22d3da765b
commit e08330827d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

View file

@ -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