Releases: flaviouk/monorepo-cache-key
Releases · flaviouk/monorepo-cache-key
Initial v1 release
- uses: actions/checkout@v2
- name: Get Cache Key
uses: flaviouk/monorepo-cache-key@v1
id: cache-key
with:
cache-prefix: foo-bar # This could be {os}-{node-version} for example
- name: Print Cache Key
run: echo ${{ steps.cache-key.outputs.cacheKey }}