Skip to content

Commit ba64636

Browse files
committed
Codex auto-update 4 (wip)
1 parent a036734 commit ba64636

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codex-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
npm run generate-types
6363
git add package.json package-lock.json src/app-server
6464
git commit -m "Update codex to ${{ needs.check.outputs.version }}"
65+
git push origin "${{ needs.check.outputs.branch }}"
6566
66-
- name: Push and create PR
67+
- name: Create PR
6768
env:
6869
GH_TOKEN: ${{ secrets.GH_CREATE_PR_TOKEN }}
6970
run: |
70-
git push origin "${{ needs.check.outputs.branch }}"
7171
gh pr create --title "Update codex to ${{ needs.check.outputs.version }}" --body "Automated codex update" --label "codex-update"

0 commit comments

Comments
 (0)