Skip to content

Commit 781a6cb

Browse files
committed
chore: update test branch name
1 parent 1058558 commit 781a6cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-versions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
7272
- name: Create PR
7373
run: |
74-
git checkout -b ${{ inputs.new_kendo_version }}
74+
git checkout -b "testVersionUpdate"
7575
git config user.email "kendo-bot@progress.com"
7676
git config user.name "kendo-bot"
7777
cd src
7878
git add .
7979
git status
8080
git commit -m "chore: update kendo, themes, export, pdf, and captcha versions"
81-
git push --set-upstream origin ${{ inputs.new_kendo_version }}
82-
gh pr create --base master --head ${{ inputs.new_kendo_version }} --title "Update dependencies" --body "Updated kendo, themes, export, pdf, and captcha versions"
81+
git push --set-upstream origin "testVersionUpdate"
82+
gh pr create --base master --head "testVersionUpdate" --title "Update dependencies" --body "Updated kendo, themes, export, pdf, and captcha versions"

0 commit comments

Comments
 (0)