Skip to content

Commit a402054

Browse files
committed
Update info.yml
1 parent a7c52ea commit a402054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
fi
8383
8484
# Копируем файл pakku-lock.json из предыдущего тега в текущий каталог
85-
git show $latest_tagged_commit -- ./pakku-lock.json > ./pakku-lock-prev.json
85+
git show -s $latest_tagged_commit -- ./pakku-lock.json > ./pakku-lock-prev.json
8686
if [ -s ./pakku-lock-prev.json ]; then
8787
echo "✔️ File pakku-lock-prev.json created"
8888
else

0 commit comments

Comments
 (0)