We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28e790 commit c2a4e3fCopy full SHA for c2a4e3f
.github/workflows/UpdateUESubmodule.yml
@@ -39,9 +39,11 @@ jobs:
39
REPO_PATH=${REPO_PATH%.git}
40
fi
41
42
+ echo "Submodule repository: $REPO_PATH"
43
+
44
# Generate commit list with proper PR links
45
git log HEAD..main --pretty="tformat:* %s (**%an**) _%h_" | \
- sed "s/#\([0-9]\+\)/[#\1](https:\/\/github.com\/${REPO_PATH}\/pull\/\1)/g" > submodule-commits.txt
46
+ sed "s|#\([0-9]\+\)|[#\1](https://github.com/${REPO_PATH}/pull/\1)|g" > submodule-commits.txt
47
48
# Read the file content and save to environment variable
49
{
0 commit comments