From cfe9fdcbad8d4f779c2282a58c48cbae187c056b Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 15 Oct 2024 11:36:04 +0200 Subject: [PATCH] Update action.yml --- action.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/action.yml b/action.yml index b174684..fc6e26e 100644 --- a/action.yml +++ b/action.yml @@ -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: