Skip to content

Commit

Permalink
test: bash input.
Browse files Browse the repository at this point in the history
  • Loading branch information
huyikun.hyk committed Jan 16, 2024
1 parent e6a8b65 commit dff3837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ inputs:
runs:
using: "composite"
steps:
- run: ./script.sh
- run: ./script.sh ${{ inputs.account_id }} ${{ access_key_id }} ${{ access_key_secret }} ${{ access }}
shell: bash
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
echo 'helloworld'
echo {1}
echo $1 $2 $3 $4

0 comments on commit dff3837

Please sign in to comment.