Skip to content

Commit

Permalink
refactor: ruby migration
Browse files Browse the repository at this point in the history
  • Loading branch information
wrbl606 committed Jul 12, 2024
1 parent 9ce8f8a commit 6368d8e
Show file tree
Hide file tree
Showing 2 changed files with 4 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,6 +13,6 @@ runs:
using: 'composite'
steps:
- run: chmod +x $GITHUB_ACTION_PATH/install-flutter-sdk.rb
shell: ruby
shell: bash
- run: $GITHUB_ACTION_PATH/install-flutter-sdk.rb --channel ${{ inputs.channel }}
shell: ruby
shell: bash
2 changes: 2 additions & 0 deletions install-flutter-sdk.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/ruby

require 'optparse'
require 'etc'

Expand Down

0 comments on commit 6368d8e

Please sign in to comment.