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 736b6ba commit ff81570
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ runs:
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
- run: brew ruby $GITHUB_ACTION_PATH/main.rb
shell: sh
env:
Expand Down

0 comments on commit ff81570

Please sign in to comment.