From 3f6415d6a6a15353637f6be2edd1c6a030032005 Mon Sep 17 00:00:00 2001 From: wispem-wantex Date: Sun, 1 Jun 2025 12:45:36 -0400 Subject: [PATCH] Add debug --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 154d661..47143a3 100644 --- a/action.yml +++ b/action.yml @@ -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"