Generate key.

This commit is contained in:
Miles Johnson 2023-04-17 15:07:17 -07:00
parent a15295b988
commit 7dbcc3ca50
4 changed files with 79 additions and 6 deletions

View file

@ -22,6 +22,10 @@ outputs:
description: 'The generated cache key used.'
cache-hit:
description: 'Indicates an exact match was found for the cache key.'
rust-version:
description: 'Version of the installed rustc.'
rust-hash:
description: 'Commit hash of the installed rustc.'
runs:
using: 'node16'
main: 'dist/index.js'