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 adab3c8 commit 9e33957Copy full SHA for 9e33957
.github/actions/ciValidate/action.yml
@@ -37,7 +37,7 @@ runs:
37
- name: validate
38
shell: bash
39
run: |
40
- command="sfp validate pools --pools ${{ inputs.pools }} --targetdevhubusername ${{ inputs.devhub }} --coveragepercent ${{ inputs.coveragePercent }} --mode ${{ inputs.mode }} --logsgroupsymbol "::group::,::endgroup::""
+ command="sfp validate pool --pools ${{ inputs.pools }} --targetdevhubusername ${{ inputs.devhub }} --coveragepercent ${{ inputs.coveragePercent }} --mode ${{ inputs.mode }} --logsgroupsymbol "::group::,::endgroup::""
41
42
if [ "${{ inputs.ref }}" ]; then
43
command+=" --ref ${{ inputs.ref }}"
0 commit comments