File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -278,12 +278,12 @@ jobs:
278278 gh pr create \
279279 --title "[infra/debian] Update changelog for circle-interpreter" \
280280 --body "$(cat <<EOF
281- This updates the changelog for circle-interpreter_${{ steps.prepare.outputs.VERSION }}.
282- This PR includes updated changelog after successful debian build.
283- It is auto-generated PR from github workflow.
284-
285- ONE-DCO-1.0-Signed-off-by : Seungho Henry Park <shs.park@samsung.com>
286- EOF
281+ This updates the changelog for circle-interpreter_${{ steps.prepare.outputs.VERSION }}.
282+ This PR includes updated changelog after successful debian build.
283+ It is auto-generated PR from github workflow.
284+ .
285+ ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
286+ EOF
287287 )" \
288288 --head $BRANCH \
289289 --base master
You can’t perform that action at this time.
0 commit comments