Removed extra code from readme examples

This commit is contained in:
Sankalp Kotewar 2023-01-17 00:08:51 +05:30 committed by GitHub
parent 22cbf49050
commit 10e20f3cb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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