This commit is contained in:
2026-06-18 14:41:07 +02:00
parent 37cf084215
commit c4b1a2bc89
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -55,7 +55,6 @@ runs:
fi
git commit -m "${{ inputs.commit_message }}"
git show --stat HEAD
git push origin "HEAD:${{ inputs.branch }}"
shell: bash
-3
View File
@@ -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