Adding ability to specify the SHA and Ref for snapshot

This commit is contained in:
Peter Murray
2023-10-31 13:20:48 +00:00
committed by GitHub
parent 645590b347
commit ff23df96ce
5 changed files with 68 additions and 8 deletions
+13
View File
@@ -40,6 +40,19 @@ inputs:
type: string
default: ${{ github.token }}
snapshot-sha:
description: The SHA that the results will be linked to in the dependency snapshot
type: string
required: false
default: ''
snapshot-ref:
description: The ref tha tthe results will be linked to in the dependency snapshot
type: string
required: false
default: ''
runs:
using: node16
main: dist/index.js