File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -126,13 +126,13 @@ for service_path in ${work_dir}/sdk_to_push/services/*; do
126126
127127 if [[ " $branch " != " main" ]]; then
128128 echo " >> Creating PR for $service "
129- echo " git commit -m \ " Generate $service \" "
130- echo " git push origin \ "$branch \" "
131- echo ' gh pr create --title "Generator: Update SDK /services/$service" --body "$COMMIT_INFO" --head "$branch" --base "main"'
129+ git commit -m " Generate $service "
130+ git push origin " $branch "
131+ gh pr create --title " Generator: Update SDK /services/$service " --body " $COMMIT_INFO " --head " $branch " --base " main"
132132 else
133133 echo " >> Pushing changes for $service service..."
134- echo ' git commit -m "Generate $service: $COMMIT_INFO"'
135- echo ' git push origin "$branch"'
134+ git commit -m " Generate $service : $COMMIT_INFO "
135+ git push origin " $branch "
136136 fi
137137 fi
138138done
You can’t perform that action at this time.
0 commit comments