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 8819c7b commit 7cd44f0Copy full SHA for 7cd44f0
.github/workflows/update-dependencies.yml
@@ -104,12 +104,12 @@ jobs:
104
commit_title="Update ${CHOSEN_DEPS}dependencies - ${date_str}"
105
commit_body="$(cat ${UPDATE_LOGFILE_PROCESSED})
106
107
-Automatically updated by [workflow]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID)."
+ Automatically updated by [workflow]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID)."
108
git config user.email "[email protected]"
109
git config user.name "firebase-workflow-trigger-bot"
110
git commit -a -m "${commit_title}
111
112
-${commit_body}"
+ ${commit_body}"
113
echo "::set-output name=branch_pushed::1"
114
# Show changes in git log
115
git diff
0 commit comments