We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5806e commit 1af3e55Copy full SHA for 1af3e55
.github/workflows/update_supported_pip.sh
@@ -12,6 +12,9 @@ sed -i "/_SUPPORTED_PIP_STR/s/<=[^\"]*\"/<=$PIP_VERSION\"/" micropipenv.py
12
if [[ -n $(git status --porcelain --untracked-files=no) ]]; then
13
echo "New pip available"
14
15
+ # Show the diff first
16
+ git --no-pager diff
17
+
18
# Commit the change
19
git config --global user.email "lbalhar@redhat.com"
20
git config --global user.name "Lumír Balhar"
0 commit comments