Skip to content

Commit c2aecd5

Browse files
committed
Merge branch 'main' into customDaoFix
2 parents 2b0c211 + 9e33957 commit c2aecd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/ciValidate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
- name: validate
3838
shell: bash
3939
run: |
40-
command="sfp validate pools --pools ${{ inputs.pools }} --targetdevhubusername ${{ inputs.devhub }} --coveragepercent ${{ inputs.coveragePercent }} --mode ${{ inputs.mode }} --logsgroupsymbol "::group::,::endgroup::""
40+
command="sfp validate pool --pools ${{ inputs.pools }} --targetdevhubusername ${{ inputs.devhub }} --coveragepercent ${{ inputs.coveragePercent }} --mode ${{ inputs.mode }} --logsgroupsymbol "::group::,::endgroup::""
4141
4242
if [ "${{ inputs.ref }}" ]; then
4343
command+=" --ref ${{ inputs.ref }}"

0 commit comments

Comments
 (0)