Skip to content

Commit

Permalink
rename internal actions (phase 1) (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <[email protected]>
  • Loading branch information
bdehamer authored Mar 4, 2024
1 parent 9b4b35f commit b67c00f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions predicate/action.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b67c00f

Please sign in to comment.