File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737 # openai_engine: "text-davinci-002" #optional
3838 openai_temperature : 0.5 # optional
3939 openai_max_tokens : 2048 # optional
40- mode : file # file or patch
40+ mode : file # file or patch
4141
4242 # Formatting only runs on human-submitted and Dependabot PRs
4343 format-and-linting :
@@ -145,13 +145,13 @@ jobs:
145145 run : sf org login sfdx-url -f ./DEVHUB_SFDX_URL.txt -a devhub -d
146146
147147 # Create prerelease scratch org
148- - name : ' Create prerelease scratch org'
149- if : ${{ env.IS_PRERELEASE }}
150- run : sf org create scratch -f config/project-scratch-def.json -a scratch-org -d -y 1 --release=preview
148+ # - name: 'Create prerelease scratch org'
149+ # if: ${{ env.IS_PRERELEASE }}
150+ # run: sf org create scratch -f config/project-scratch-def.json -a scratch-org -d -y 1 --release=preview
151151
152152 # Create scratch org
153153 - name : ' Create scratch org'
154- if : ${{ !env.IS_PRERELEASE }}
154+ # if: ${{ !env.IS_PRERELEASE }}
155155 run : sf org create scratch -f config/project-scratch-def.json -a scratch-org -d -y 1
156156
157157 # Deploy source to scratch org
You can’t perform that action at this time.
0 commit comments