Skip to content

Releases: flaviouk/monorepo-cache-key

Initial v1 release

23 Oct 10:35
Compare
Choose a tag to compare
- 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 }}