Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions templates/react-upgrade/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ pipeline:
connector: "<+inputs.gitConnector != null ? inputs.gitConnector.id : ''>"
stages:
- name: react_upgrade
id: stage1
steps:
- name: coding_agent
id: step1
run:
container:
image: anewdocker25/mydockerhub:coding-agent
Expand All @@ -24,12 +26,14 @@ pipeline:
env:
ANTHROPIC_API_KEY: <+inputs.llmConnector.token>
- name: show_git_diff
id: step2
run:
shell: bash
script: |-
git add -A
git diff --cached
- name: fix_env_variables
id: step3
run:
shell: bash
script: |-
Expand Down Expand Up @@ -89,6 +93,7 @@ pipeline:
SCM_TOKEN: <+inputs.gitConnector.token>

- name: push_and_create_pr
id: step4
run:
container:
image: himanshu6956/create-pr-plugin:latest
Expand Down