From c4b1a2bc89b6a673292e2ae835f135af1d5df6a2 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 18 Jun 2026 14:41:07 +0200 Subject: [PATCH] test --- action.yml | 1 - autodeploy/setup.sh | 3 --- 2 files changed, 4 deletions(-) diff --git a/action.yml b/action.yml index 1f2fe62..727da61 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,6 @@ runs: fi git commit -m "${{ inputs.commit_message }}" - git show --stat HEAD git push origin "HEAD:${{ inputs.branch }}" shell: bash diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index bc29921..ad0f4ac 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -54,9 +54,6 @@ chgrp -R "$group" . #"$SCRIPT_PATH/symlink.sh" "$PWD/.pixi/envs" "$PWD/../../envs" -git status - - # git add .gitattributes .gitignore pixi.lock pixi.toml # git commit -m"automatic commit after install" # git push