Skip to content

Commit e73f38f

Browse files
author
aehnh
committed
try again yo
1 parent 479e429 commit e73f38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/log.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
--argjson passed 0 \
3636
--argjson failed 0 \
3737
--arg link "https://github.com/corbado/javascript/actions/runs/${GITHUB_RUN_ID}" \
38-
'[{timestamp: ($ts|tonumber), message: {application: $app, platform: $platform, run_type: $run_type, execution_time: $exec_time, passed: $passed, failed: $failed, link: $link}}]')
38+
'[{timestamp: ($ts|tonumber), message: ({application: $app, platform: $platform, run_type: $run_type, execution_time: $exec_time, passed: $passed, failed: $failed, link: $link} | tojson)}]')
3939
aws logs put-log-events --log-group-name "test-results-board" --log-stream-name "$LOG_STREAM_NAME" --log-events "$LOG_EVENT_JSON"

0 commit comments

Comments
 (0)