mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 17:05:05 +01:00
8 lines
134 B
Bash
Executable file
8 lines
134 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo 'Running foo!'
|
|
echo 'fixed bug'
|
|
echo 'fixed another bug'
|
|
echo 'NOT ANOTHER ONE'
|
|
|
|
echo 'adding a thing here'
|