We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebe907 commit 9f08f13Copy full SHA for 9f08f13
1 file changed
.github/workflows/update-submodule.yml
@@ -72,7 +72,7 @@ jobs:
72
commit-message: Update submodule to latest version
73
title: Update OrchardCoreContrib.Library Submodule
74
body: |
75
- Updated [${{ steps.submodule-new.outputs.repoName }}](${{ steps.submodule-new.outputs.repoUrl }}) from `${{ steps.submodule-new.outputs.oldShort }}` to `${{ steps.submodule-new.outputs.newShort }}`..
+ Updated [${{ steps.submodule-new.outputs.repoName }}](${{ steps.submodule-new.outputs.repoUrl }}) from ${{ steps.submodule-new.outputs.oldShort }} to ${{ steps.submodule-new.outputs.newShort }}.
76
77
[View changes](${{ steps.submodule-new.outputs.compareUrl }})
78
branch: update-submodules
0 commit comments