mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-03-15 03:26:04 +01:00
5 lines
83 B
Bash
Executable file
5 lines
83 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo 'Running foo!'
|
|
echo 'fixed bug'
|
|
echo 'fixed another bug'
|