We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479e429 commit e73f38fCopy full SHA for e73f38f
.github/workflows/log.yml
@@ -35,5 +35,5 @@ jobs:
35
--argjson passed 0 \
36
--argjson failed 0 \
37
--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}}]')
+ '[{timestamp: ($ts|tonumber), message: ({application: $app, platform: $platform, run_type: $run_type, execution_time: $exec_time, passed: $passed, failed: $failed, link: $link} | tojson)}]')
39
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