We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1953078 commit d5ee142Copy full SHA for d5ee142
1 file changed
.github/workflows/naming-convention.yml
@@ -85,6 +85,11 @@ jobs:
85
ref: documentation_policy_check.rego
86
path: attestation-policies
87
88
+ - name: Download OPA
89
+ uses: open-policy-agent/setup-opa@v2
90
+ with:
91
+ version: 1.10.1
92
+
93
- name: id to title rego
94
run: |
95
echo '{"node_id": "${{ env.NODE_ID }}"}' > /tmp/id-to-name.json
@@ -97,10 +102,6 @@ jobs:
97
102
cat $PR_TITLE
98
103
99
104
100
- - name: Download OPA
101
- uses: open-policy-agent/setup-opa@v2
- with:
- version: 1.10.1
105
106
- name: Summarize Input
107
0 commit comments