Skip to content

Commit 9e33957

Browse files
committed
Trykkleif i validate kommando
pool ikke pools
1 parent adab3c8 commit 9e33957

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)