/repros

experiment using github actions to quickly repro bug reports

Primary LanguageShell

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!