1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

github/submodule-update: Try to use git status output in PR body

This commit is contained in:
Athanasius 2022-12-17 11:21:03 +00:00
parent 424e9754b1
commit 130bda0cc9
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -37,6 +37,7 @@ jobs:
if [ -n "${changes}" ];
then
echo 'changes=true' >> $GITHUB_OUTPUT
echo "changes_text=${changes}" >> $GITHUB_OUTPUT
else
echo 'changes=false' >> $GITHUB_OUTPUT
fi
@ -61,7 +62,7 @@ jobs:
head: process.env.GITHUB_RUN_ID,
base: '${{ github.ref }}',
title: `[Auto-generated] Submodule Updates ${process.env.GITHUB_RUN_ID}`,
body: `[Auto-generated] Submodule Updates ${process.env.GITHUB_RUN_ID}`,
body: '${{ steps.check_for_changes.outputs.changes_text }}',
});
# - name: Add labels