Skip to content

Commit 7cd44f0

Browse files
committed
Fix spacing.
1 parent 8819c7b commit 7cd44f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ jobs:
104104
commit_title="Update ${CHOSEN_DEPS}dependencies - ${date_str}"
105105
commit_body="$(cat ${UPDATE_LOGFILE_PROCESSED})
106106
107-
Automatically updated by [workflow]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID)."
107+
Automatically updated by [workflow]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID)."
108108
git config user.email "[email protected]"
109109
git config user.name "firebase-workflow-trigger-bot"
110110
git commit -a -m "${commit_title}
111111
112-
${commit_body}"
112+
${commit_body}"
113113
echo "::set-output name=branch_pushed::1"
114114
# Show changes in git log
115115
git diff

0 commit comments

Comments
 (0)