Skip to content

Commit

Permalink
Try passing args input as the whole array rather than an element
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Nov 25, 2024
1 parent d656479 commit 1461d04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/netkan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ runs:
AWS_ACCESS_KEY_ID: ${{ inputs.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ inputs.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ inputs.AWS_DEFAULT_REGION }}
args:
- ${{ inputs.args }}
args: ${{ inputs.args }}

0 comments on commit 1461d04

Please sign in to comment.