You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git commit -m "[automated] Update components in template"
40
49
41
50
# Open a new PR to dev with the changes
42
51
- name: Create PR
43
52
run: |
44
53
git checkout -b update-modules
45
54
git push origin update-modules
46
-
gh pr create --title "Update modules in template" --body "This PR updates the modules in the pipeline template" --base dev --head update-modules
55
+
gh pr create --title "Template: Update components in template" --body "This PR updates the modules and subworkflows in the pipeline template" --base dev --head update-modules
0 commit comments