Skip to content

Commit

Permalink
Merge pull request #190 from deggja/ci/debug
Browse files Browse the repository at this point in the history
ci: debug workflow
  • Loading branch information
deggja authored Oct 5, 2024
2 parents b788885 + aa35fd0 commit 8ff71ed
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,21 @@ jobs:
commit_message: "chore: update homebrew formula for v${{ env.VERSION }}"
branch: chore/homebrew-${{ env.VERSION }}
create_branch: true
push_options: '--force'
file_pattern: "formula/netfetch.rb"
commit_user_name: "Netfetch Bot"
commit_author: "Netfetch Bot <[email protected]>"
commit_user_email: "[email protected]"

- name: Fetch latest state of branches
run: |
git fetch origin main:main
git fetch origin chore/homebrew-${{ env.VERSION }}:chore/homebrew-${{ env.VERSION }}
- name: Log differences from main
run: |
echo "Changes made to the branch relative to main:"
git diff --name-status origin/main...chore/homebrew-${{ env.VERSION }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
Expand Down

0 comments on commit 8ff71ed

Please sign in to comment.