mirror of
https://github.com/actions/attest-build-provenance.git
synced 2026-07-30 20:23:43 +00:00
refactor action inputs (#14)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: 'Generate Build Provenance Statement'
|
||||
description: 'Generate provenance statement for build artifacts'
|
||||
author: 'GitHub'
|
||||
|
||||
outputs:
|
||||
predicate:
|
||||
description: >
|
||||
The JSON-serialized of the attestation predicate.
|
||||
predicate-type:
|
||||
description: >
|
||||
URI identifying the type of the predicate.
|
||||
runs:
|
||||
using: node20
|
||||
main: ../dist/index.js
|
||||
Reference in New Issue
Block a user