5 lines
93 B
Bash
5 lines
93 B
Bash
#!/bin/sh
|
|
set -eu
|
|
echo "Hello from Forgejo Actions"
|
|
echo "CI_GREETING=${CI_GREETING:-unset}"
|