ci: debug available env vars
All checks were successful
🚀 Lint & Test & Deploy / release (push) Successful in 3m31s
All checks were successful
🚀 Lint & Test & Deploy / release (push) Successful in 3m31s
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
echo "=== GITHUB_* Variables ==="
|
||||||
|
printenv | grep '^GITHUB_'
|
||||||
|
echo
|
||||||
|
echo "=== GITEA_* Variables ==="
|
||||||
|
printenv | grep '^GITEA_'
|
||||||
|
|
||||||
mkdir -p app/static
|
mkdir -p app/static
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user