actions-playground/foo-service/foo.sh
2022-08-12 14:59:14 +02:00

5 lines
83 B
Bash
Executable file

#!/usr/bin/env bash
echo 'Running foo!'
echo 'fixed bug'
echo 'fixed another bug'