From 0ad97c18426fc86ae3658571efc58b8d676b8cb9 Mon Sep 17 00:00:00 2001 From: "huyikun.hyk" Date: Mon, 26 Feb 2024 16:11:52 +0800 Subject: [PATCH] feat: yml check --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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