Skip to content

Commit

Permalink
Play around with cat format
Browse files Browse the repository at this point in the history
  • Loading branch information
SorenSpicknall committed Aug 25, 2023
1 parent 282361d commit 599e326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate_samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
result=$(frictionless validate --schema-sync "${sample}/datapackage.json" --json)
results+="$result\n\n"
done
echo "RESULTS<<EOF" >> $GITHUB_ENV
echo ${results} >> $GITHUB_ENV
cat $results >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
echo "$RESULTS"
- name: Comment on PR
Expand Down

0 comments on commit 599e326

Please sign in to comment.