Skip to content

Commit d5ee142

Browse files
committed
move download opa up
1 parent 1953078 commit d5ee142

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/naming-convention.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ jobs:
8585
ref: documentation_policy_check.rego
8686
path: attestation-policies
8787

88+
- name: Download OPA
89+
uses: open-policy-agent/setup-opa@v2
90+
with:
91+
version: 1.10.1
92+
8893
- name: id to title rego
8994
run: |
9095
echo '{"node_id": "${{ env.NODE_ID }}"}' > /tmp/id-to-name.json
@@ -97,10 +102,6 @@ jobs:
97102
cat $PR_TITLE
98103
99104
100-
- name: Download OPA
101-
uses: open-policy-agent/setup-opa@v2
102-
with:
103-
version: 1.10.1
104105
105106
- name: Summarize Input
106107
run: |

0 commit comments

Comments
 (0)