Files
skz-genesis-actions/app.sh
Samuel Aubertin c8dd558ffb init
2026-01-11 12:46:53 +01:00

5 lines
93 B
Bash

#!/bin/sh
set -eu
echo "Hello from Forgejo Actions"
echo "CI_GREETING=${CI_GREETING:-unset}"