Skip to content

Commit

Permalink
some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Cimbali committed Dec 14, 2023
1 parent 81d152a commit 6e70c92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ jobs:
continue-on-error: true
run: |
cd "`brew --repo homebrew/core`"
git remote -v
git log -1 --decorate
grep head Formula/p/pympress.rb
brew update
# Credentials and remotes
git remote add gh "https://github.com/Cimbali/homebrew-core/"
git fetch gh
Expand All @@ -96,6 +102,7 @@ jobs:
# Now use master and update remote so we can use the bump-formula-pr
git checkout master
git log -1 --decorate
grep head Formula/p/pympress.rb
- name: Run the audit
continue-on-error: true
Expand Down

0 comments on commit 6e70c92

Please sign in to comment.