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