mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-15 11:52:14 +00:00
rename internal actions (phase 1) (#20)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
parent
9b4b35feaa
commit
b67c00f7c0
14
predicate/action.yml
Normal file
14
predicate/action.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: 'Build Provenance Predicate'
|
||||||
|
description: 'Generate predicate for build provenance attestations'
|
||||||
|
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
|
||||||
Loading…
Reference in New Issue
Block a user