Skip to content

Commit

Permalink
action: add system bin paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Oct 3, 2022
1 parent caba92a commit 359188e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ runs:
- run: brew update-reset
shell: sh
env:
PATH: /home/linuxbrew/.linuxbrew/bin:/opt/homebrew/bin:/usr/local/bin
PATH: /home/linuxbrew/.linuxbrew/bin:/opt/homebrew/bin:/usr/local/bin:/bin:/sbin
- run: brew ruby $GITHUB_ACTION_PATH/main.rb
shell: sh
env:
PATH: /home/linuxbrew/.linuxbrew/bin:/opt/homebrew/bin:/usr/local/bin
PATH: /home/linuxbrew/.linuxbrew/bin:/opt/homebrew/bin:/usr/local/bin:/bin:/sbin
HOMEBREW_GITHUB_API_TOKEN: ${{inputs.token}}
HOMEBREW_BUMP_MESSAGE: ${{inputs.message}}
HOMEBREW_BUMP_ORG: ${{inputs.org}}
Expand Down

0 comments on commit 359188e

Please sign in to comment.