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 0e62278 commit f7d0ff6
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 @@ -13,7 +13,7 @@ inputs:
access:
description: 'Access Alias Name'
required: true
default: ${{ inputs.provider }}_access
default: 'default'
account_id:
description: 'Main Account ID'
required: false
Expand All @@ -33,7 +33,7 @@ runs:
steps:
- 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}} == 'aliyun'
if: inputs.provider == 'aliyun'
- 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 == 'aws'
Expand Down

0 comments on commit f7d0ff6

Please sign in to comment.