Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Apr 16, 2024
1 parent c9c788b commit 6580ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pie_datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
for dataset in ${DATASETS}; do
echo "$dataset was found"
done
echo "datasets=$(ls dataset_builders/pie | jq -R -s -c 'split("\n")[:-1]')" >> "$GITHUB_OUTPUT"
echo "datasets=$(echo "$DATASETS" | jq -R -s -c 'split("\n")[:-1]')" >> "$GITHUB_OUTPUT"
- if: steps.changed-files.outputs.datasets_any_changed != 'true'
run: echo "datasets=[]" >> "$GITHUB_OUTPUT"

Expand Down

0 comments on commit 6580ed1

Please sign in to comment.