Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 94de6f1

Browse files
committed
fix path 2
1 parent 0457208 commit 94de6f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docu-policy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: id to title rego
8080
run: |
81-
echo '{"node_id": "${{ env.NODE_ID }}"}' > /tmp/id.json
81+
echo '{"node_id": "${{ env.NODE_ID }}"}' > /tmp/id-to-name.json
8282
opa eval \
8383
--data attestation-policies/node_id_to_title.rego \
8484
--data /tmp/id-to-name.json \

0 commit comments

Comments
 (0)