Skip to content

Initial v1 release

Latest
Compare
Choose a tag to compare
@flaviouk flaviouk released this 23 Oct 10:35
· 3 commits to main since this 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 }}