Skip to content

Commit 37b39ed

Browse files
committed
T_T
ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
1 parent 014b44b commit 37b39ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pub-circle-int-launchpad.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)