Skip to content

Commit bd68407

Browse files
committed
test desc with quotes
1 parent 6f4adba commit bd68407

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: cd dependency_updater && ./dependency_updater --repo ../ --github-action true
3131

3232
- name: test new formatting
33-
run: echo ${{ steps.run_dependency_updater.outputs.TITLE }}
33+
run: echo ${{ steps.run_dependency_updater.outputs.DESC }}
3434

3535
# - name: create pull request
3636
# if: ${{ steps.run_dependency_updater.outputs.TITLE != '' }}

dependency_updater/dependency_updater.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ func createCommitMessage(updatedDependencies []VersionUpdateInfo, repoPath strin
145145
commitTitle += strings.Join(repos, ", ")
146146

147147
if githubAction {
148+
commitDescription = "\"" + commitDescription + "\""
148149
err := createGitMessageEnv(commitTitle, commitDescription, repoPath)
149150
if err != nil {
150151
return fmt.Errorf("error creating git commit message: %s", err)

0 commit comments

Comments
 (0)