Skip to content

Commit

Permalink
Fix output directory path in validate-catalog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed Oct 21, 2024
1 parent 85a048e commit 5f039b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
uses: leap-stc/data-catalog-actions/leap-catalog@main
with:
generation-single: "./feedstock/catalog.yaml"
output-directory: "./catalog"
output-directory: "./"

- name: Commit changes
run: |
cat catalog/output/consolidated-web-catalog.json | jq
cat output/consolidated-web-catalog.json | jq
# - name: Dispatch event
# uses: actions/github-script@v4
Expand Down

0 comments on commit 5f039b1

Please sign in to comment.