Skip to content

Commit

Permalink
fix: action run definition
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Feb 18, 2025
1 parent c48f364 commit 5d76481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
mkdir -p collections
for file in json_collections/*.json; do
json2yaml "$file" > "collections/$(basename "$file" .json).yaml"
done
mkdir -p indicators
for file in json_indicators/*.json; do
json2yaml "$file" > "indicators/$(basename "$file" .json).yaml"
Expand Down

0 comments on commit 5d76481

Please sign in to comment.