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