@kody-ade/kody-engine-lite 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/templates/kody.yml +3 -1
package/package.json
CHANGED
package/templates/kody.yml
CHANGED
|
@@ -126,6 +126,8 @@ jobs:
|
|
|
126
126
|
persist-credentials: true
|
|
127
127
|
|
|
128
128
|
- uses: pnpm/action-setup@v4
|
|
129
|
+
with:
|
|
130
|
+
version: latest
|
|
129
131
|
- uses: actions/setup-node@v4
|
|
130
132
|
with:
|
|
131
133
|
node-version: 22
|
|
@@ -154,7 +156,7 @@ jobs:
|
|
|
154
156
|
ISSUE_NUMBER: ${{ github.event.inputs.issue_number || needs.parse.outputs.issue_number }}
|
|
155
157
|
FEEDBACK: ${{ github.event.inputs.feedback || needs.parse.outputs.feedback }}
|
|
156
158
|
DRY_RUN: ${{ github.event.inputs.dry_run || 'false' }}
|
|
157
|
-
run: kody-engine-lite
|
|
159
|
+
run: kody-engine-lite run --task-id "$TASK_ID" --issue-number "$ISSUE_NUMBER"
|
|
158
160
|
|
|
159
161
|
- name: Pipeline summary
|
|
160
162
|
if: always()
|