mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-17 23:51:42 +03:00
github/submodule-update: Try to use git status
output in PR body
This commit is contained in:
parent
c6c1f40429
commit
056023bbbf
3
.github/workflows/submodule-update.yml
vendored
3
.github/workflows/submodule-update.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
|||||||
if [ -n "${changes}" ];
|
if [ -n "${changes}" ];
|
||||||
then
|
then
|
||||||
echo 'changes=true' >> $GITHUB_OUTPUT
|
echo 'changes=true' >> $GITHUB_OUTPUT
|
||||||
|
echo "changes_text=${changes}" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo 'changes=false' >> $GITHUB_OUTPUT
|
echo 'changes=false' >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
@ -61,7 +62,7 @@ jobs:
|
|||||||
head: process.env.GITHUB_RUN_ID,
|
head: process.env.GITHUB_RUN_ID,
|
||||||
base: '${{ github.ref }}',
|
base: '${{ github.ref }}',
|
||||||
title: `[Auto-generated] Submodule Updates ${process.env.GITHUB_RUN_ID}`,
|
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
|
# - name: Add labels
|
||||||
|
Loading…
x
Reference in New Issue
Block a user