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"