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:
parent
424e9754b1
commit
130bda0cc9
3
.github/workflows/submodule-update.yml
vendored
3
.github/workflows/submodule-update.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user