diff --git a/action.yml b/action.yml index b76c3bc..9d4e952 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ runs: if: inputs.provider == 'aws' - run: ./script.sh ${{inputs.provider}} ${{ inputs.version }} ${{ inputs.account_id }} ${{ inputs.access_key_id }} ${{ inputs.access_key_secret }} ${{ inputs.access }} shell: bash - if: inputs.provider === 'tencent' + if: inputs.provider == 'tencent' - run: ./script.sh ${{inputs.provider}} ${{ inputs.version }} ${{ inputs.account_id }} ${{ inputs.access_key_id }} ${{ inputs.access_key_secret }} ${{ inputs.access }} shell: bash - if: inputs.provider === 'huawei' \ No newline at end of file + if: inputs.provider == 'huawei' \ No newline at end of file