We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a036734 commit ba64636Copy full SHA for ba64636
1 file changed
.github/workflows/codex-update.yml
@@ -62,10 +62,10 @@ jobs:
62
npm run generate-types
63
git add package.json package-lock.json src/app-server
64
git commit -m "Update codex to ${{ needs.check.outputs.version }}"
65
+ git push origin "${{ needs.check.outputs.branch }}"
66
- - name: Push and create PR
67
+ - name: Create PR
68
env:
69
GH_TOKEN: ${{ secrets.GH_CREATE_PR_TOKEN }}
70
run: |
- git push origin "${{ needs.check.outputs.branch }}"
71
gh pr create --title "Update codex to ${{ needs.check.outputs.version }}" --body "Automated codex update" --label "codex-update"
0 commit comments