-
-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathaction.yml
More file actions
37 lines (33 loc) · 985 Bytes
/
Copy pathaction.yml
File metadata and controls
37 lines (33 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Citadel verify
description: Run a bounded Citadel verification workflow and emit an honest local receipt.
author: Seth Gammon
inputs:
workflow:
description: Checked-in Citadel workflow identifier.
required: false
default: verify-change
evidence-path:
description: Relative directory for the receipt and summary.
required: false
default: .planning/action-evidence
strict:
description: Fail the action unless verification passes.
required: false
default: "true"
working-directory:
description: Relative repository directory to verify.
required: false
default: "."
outputs:
status:
description: "Honest result: passed, failed, blocked, or unknown."
receipt-path:
description: Relative path to the unsigned Operations Protocol receipt.
summary-path:
description: Relative path to the verification summary.
runs:
using: node24
main: scripts/action-verify.js
branding:
icon: shield
color: gray-dark