mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 17:05:05 +01:00
5 lines
100 B
Bash
Executable file
5 lines
100 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo 'running bar!'
|
|
echo 'cool new feature -fixing feature'
|
|
echo 'new feature'
|