MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

rename summary command

+1 -1
+1 -1
.github/workflows/build.yml
··· 64 64 build_timestamp: ${{ needs.prepare.outputs.timestamp }} 65 65 66 66 summary: 67 - name: Build Summary 67 + name: Version 68 68 needs: [build, build-mbedtls] 69 69 runs-on: ubuntu-latest 70 70 if: ${{ !cancelled() && (needs.build.result != 'skipped' || needs.build-mbedtls.result != 'skipped') }}