rsnext/.github/actions/upload-turboyet-data/action.yml
Leah 15215d4c96
ci: report daily turbo integration test results from this repo (#58965)
### What?

A follow up for #58267 and #58394.

We no longer need the git branch for history it's stored in datadog now
and we also decided that we no longer need slack reporting.


Closes PACK-2039

---------

Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
2023-12-04 16:18:42 +01:00

5 lines
140 B
YAML

name: 'upload-turboyet-data'
description: 'Uploads data for Are We Turbo Yet? to Vercel KV'
runs:
using: 'node20'
main: 'dist/index.js'