We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c52ea commit a402054Copy full SHA for a402054
.github/workflows/info.yml
@@ -82,7 +82,7 @@ jobs:
82
fi
83
84
# Копируем файл pakku-lock.json из предыдущего тега в текущий каталог
85
- git show $latest_tagged_commit -- ./pakku-lock.json > ./pakku-lock-prev.json
+ git show -s $latest_tagged_commit -- ./pakku-lock.json > ./pakku-lock-prev.json
86
if [ -s ./pakku-lock-prev.json ]; then
87
echo "✔️ File pakku-lock-prev.json created"
88
else
0 commit comments