Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Oct 15, 2024
1 parent ff81570 commit cfe9fdc
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,19 @@ inputs:
runs:
using: composite
steps:
- run: echo $PATH
- run: echo /home/linuxbrew/.linuxbrew/bin >> $GITHUB_PATH
shell: sh
- run: brew update-reset
shell: sh
- shell: sh
run: |
cd /home/linuxbrew/.linuxbrew/Homebrew
git remote set-url origin https://github.com/dawidd6/brew
git pull origin test
git checkout test
env:
HOMEBREW_DEVELOPER: 1
#- shell: sh
# run: |
# cd /home/linuxbrew/.linuxbrew/Homebrew
# git remote set-url origin https://github.com/dawidd6/brew
# git pull origin test
# git checkout test
- run: brew ruby $GITHUB_ACTION_PATH/main.rb
shell: sh
env:
Expand Down

0 comments on commit cfe9fdc

Please sign in to comment.