Add debug

This commit is contained in:
wispem-wantex 2025-06-01 12:45:36 -04:00
parent 800475ceec
commit 3f6415d6a6

View File

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