Skip to content

Test tee

Test tee #1

Workflow file for this run

name: tee
on:
- push
jobs:
tee:
runs-on: ubuntu-latest
steps:
- run: echo "asd" | tee file.txt
- run: cat file.txt