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

Commit 0457208

Browse files
committed
change path
1 parent 318e6e2 commit 0457208

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docu-policy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ jobs:
2929
container: ghcr.io/l3montree-dev/compliance-as-code-witness:latest
3030
env:
3131
PR_NUMBER: ${{ github.event.number }}
32-
PR_TITLE: ""
32+
PR_TITLE: /tmp/pr_title
3333
ATTESTATION_FILE: /tmp/attest.json
3434
POLICY_REGO: /tmp/policy.rego
3535
DOCUMENTATION_REPO: /tmp/doc_repo.json
36-
MERGE_COMMIT_SHA: ${{ github.event.pull_request.commit_id }}
36+
MERGE_COMMIT_SHA: ${{ github.sha }}
3737
NODE_ID : ${{ github.event.pull_request.node_id }}
3838

3939
steps:
4040
- name: Checkout repo
4141
uses: actions/checkout@v4
4242

4343
- name: Env Sanity Check
44-
run: echo $MERGE_COMMIT_SHA && echo $PR_TITLE
44+
run: echo $MERGE_COMMIT_SHA
4545

4646
- name: Debug binary
4747
run: |
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
echo '{"node_id": "${{ env.NODE_ID }}"}' > /tmp/id.json
8282
opa eval \
83-
--data attestation-policies//node_id_to_title.rego \
83+
--data attestation-policies/node_id_to_title.rego \
8484
--data /tmp/id-to-name.json \
8585
--input attest-15.json \
8686
--format raw \

0 commit comments

Comments
 (0)