File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -262,14 +262,14 @@ jobs:
262262 - name : Create PR branch and commit changelog
263263 run : |
264264 BRANCH=auto/update-cirint-changelog-${BR_VERSION}
265- git checkout -b $BRANCH
265+ git checkout -b ${ BRANCH}
266266 git add infra/debian/circle-interpreter/changelog-*
267267 git commit -m "[infra/debian] Update changelog for circle-interpreter" \
268268 -m "This updates the changelog for circle-interpreter_${{ steps.prepare.outputs.VERSION }}." \
269269 -m "It is auto-generated PR from github workflow." \
270270 -m "" \
271271 -m "ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>"
272- git push origin $BRANCH
272+ git push origin ${ BRANCH}
273273
274274 - name : Create PR
275275 env :
@@ -281,9 +281,9 @@ jobs:
281281 This updates the changelog for circle-interpreter_${{ steps.prepare.outputs.VERSION }}.
282282 This PR includes updated changelog after successful debian build.
283283 It is auto-generated PR from github workflow.
284- .
284+
285285 ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
286286 EOF
287287 )" \
288- --head $BRANCH \
288+ --head ${ BRANCH} \
289289 --base master
You can’t perform that action at this time.
0 commit comments