Skip to content

Commit

Permalink
action: in separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Oct 3, 2022
1 parent 61ca1c1 commit 02e79d9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,11 @@ inputs:
runs:
using: composite
steps:
- run: |
echo /home/linuxbrew/.linuxbrew/bin >> $GITHUB_PATH
brew update-reset
- run: echo /home/linuxbrew/.linuxbrew/bin >> $GITHUB_PATH
shell: sh
- run: |
echo /home/linuxbrew/.linuxbrew/bin >> $GITHUB_PATH
brew ruby $GITHUB_ACTION_PATH/main.rb
- run: brew update-reset
shell: sh
- run: brew ruby $GITHUB_ACTION_PATH/main.rb
shell: sh
env:
HOMEBREW_GITHUB_API_TOKEN: ${{inputs.token}}
Expand Down

0 comments on commit 02e79d9

Please sign in to comment.