Skip to content

Commit 52a20ea

Browse files
committed
debug: more
1 parent 122d256 commit 52a20ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/generate-messageflow-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,16 @@ jobs:
6262
6363
# Add changes details if available
6464
if [ -n "${{ steps.generate-docs.outputs.changelog }}" ]; then
65+
echo "Changelog from variable:"
66+
echo ${{ steps.generate-docs.outputs.changelog }}
6567
printf "%s\n\n%s\n" "$COMMIT_MSG" "${{ steps.generate-docs.outputs.changelog }}" > /tmp/commit_msg.txt
6668
else
6769
echo "$COMMIT_MSG" > /tmp/commit_msg.txt
6870
fi
6971
72+
echo "Commit message file:"
73+
cat /tmp/commit_msg.txt
74+
7075
git commit -F /tmp/commit_msg.txt
7176
git remote set-url origin "https://x-access-token:${PAT}@github.com/${GITHUB_REPOSITORY}"
7277
git push

0 commit comments

Comments
 (0)