Skip to content

Commit

Permalink
Correct example index rego path (#1177)
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Egan <[email protected]>
  • Loading branch information
charlieegan3 authored Oct 7, 2024
1 parent f70b892 commit fc88817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-example-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cat "$TEMP_DIR/sitemap.xml" | \
rq -i xml --indent " " | \
opa eval 'data.build.workflows.symbols' \
-d build/workflows/update-example-index/process.rego \
-d build/workflows/update_example_index.rego \
--format=pretty \
--stdin-input | \
tee internal/lsp/examples/index.json
Expand Down

0 comments on commit fc88817

Please sign in to comment.