Skip to content

Commit b979a58

Browse files
committed
Fix debug log
1 parent 36f5280 commit b979a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
for s in $(find -type f -name "*.ics" -print); do
3232
echo "::group::Test file $s";
3333
echo "Make http request"
34-
echo "::debug::$response"
3534
response=$(curl -sS -F "jform[task]=validate" -F "jform[ical_file]=@$s" "https://icalendar.org/validator.html?json=1")
35+
echo "::debug::$response"
3636
error_count=$(echo "$response" | jq '.totals.errors')
3737
warning_count=$(echo "$response" | jq '.totals.warnings')
3838
echo "File has $error_count errors and $warning_count warnings."

0 commit comments

Comments
 (0)