Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 340 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 340 Bytes

Title

Description

# repro code goes here
set -euxo pipefail

echo Hello world!

The script above is extracted, executed by bash in docker, and stdout is inserted below. All the magic happens in ./.github/run.sh

Logs

++ echo Hello 'world!'
Hello world!