Skip to content

Commit

Permalink
action: set PATH to find brew
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored and eugenesvk committed Dec 15, 2022
1 parent a2196a9 commit fb1cba4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,12 @@ runs:
steps:
- run: brew update-reset
shell: sh
env:
PATH: /home/linuxbrew/.linuxbrew/bin:/opt/homebrew/bin:/usr/local/bin
- run: brew ruby $GITHUB_ACTION_PATH/main.rb
shell: sh
env:
PATH: /home/linuxbrew/.linuxbrew/bin:/opt/homebrew/bin:/usr/local/bin
HOMEBREW_GITHUB_API_TOKEN: ${{inputs.token}}
HOMEBREW_BUMP_MESSAGE: ${{inputs.message}}
HOMEBREW_BUMP_ORG: ${{inputs.org}}
Expand Down

0 comments on commit fb1cba4

Please sign in to comment.