File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 1111 required : true
1212 type : string
1313 description : ' Name for the artifact (updated-sdk-package)'
14- checkout-ref :
15- required : false
16- type : string
17- description : ' Git ref to checkout'
18- default : ' '
1914 env-overrides :
2015 required : false
2116 type : string
3025 id-token : write
3126 steps :
3227 - uses : actions/checkout@v4
33- with :
34- ref : ${{ inputs.checkout-ref || github.sha }}
3528
3629 - uses : ./.github/actions/setup-project
3730
Original file line number Diff line number Diff line change 7474 with :
7575 new-version : ${{ needs.prepare-and-commit-prod.outputs.new_version }}
7676 artifact-name : updated-sdk-package
77- checkout-ref : ${{ github.sha }}
7877 env-overrides : ' {"NEXT_PUBLIC_CODEBUFF_BACKEND_URL": "manicode-backend.onrender.com", "NEXT_PUBLIC_CB_ENVIRONMENT": "prod"}'
7978 secrets : inherit
80-
You can’t perform that action at this time.
0 commit comments