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 b969d68 commit d028012Copy full SHA for d028012
.github/workflows/update-versions.yml
@@ -68,4 +68,6 @@ jobs:
68
git status
69
git commit -m "chore: update kendo, themes, dpl, captcha, icons and licensing versions"
70
git push --set-upstream origin "test-version-update"
71
- gh pr create --base master --head "test-version-update" --title "Update dependencies" --body "Updated kendo, themes, dpl, captcha, icons and licensing versions"
+ gh pr create --base master --head "test-version-update" --title "Update dependencies" --body "Updated kendo, themes, dpl, captcha, icons and licensing versions"
72
+ env:
73
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments