Skip to content

Commit

Permalink
feat: yml check
Browse files Browse the repository at this point in the history
  • Loading branch information
huyikun.hyk committed Feb 26, 2024
1 parent f7d0ff6 commit 0ad97c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
if: inputs.provider == 'huawei'

0 comments on commit 0ad97c1

Please sign in to comment.