Add ref output to action

This value is the SHA1 commit of the repository ref that was actually
checked out.
This commit is contained in:
Matthew Endsley 2022-10-31 16:21:51 -07:00
parent c5ef344f79
commit dbd025a70e
4 changed files with 10 additions and 3 deletions

View file

@ -3,7 +3,7 @@
"target": "es6",
"module": "commonjs",
"lib": [
"es6"
"es2021"
],
"outDir": "./lib",
"rootDir": "./src",