This commit is contained in:
Samuel Aubertin
2026-01-11 12:46:53 +01:00
commit c8dd558ffb
4 changed files with 86 additions and 0 deletions

4
app.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
set -eu
echo "Hello from Forgejo Actions"
echo "CI_GREETING=${CI_GREETING:-unset}"