Add debug
Some checks failed
Self Test / test (push) Has been cancelled

This commit is contained in:
Alessio 2025-05-31 20:56:19 -04:00
parent ef710b6daf
commit 4292caa446

View File

@ -4,6 +4,8 @@ runs:
using: "composite"
steps:
- run: |
set -x
set -e
mkdir -p /tmp/newdir && cd /tmp/newdir
git init
git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY"