Skip to content

Commit

Permalink
Remove debugging and WIP references
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Nov 26, 2024
1 parent 9430c6c commit 70b0b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: dep-updater-fixes
ref: next

- run: |
git config --global user.name 'Bumpsnag bot'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ gem 'xcodeproj', '< 1.26.0'

# Only install bumpsnag if we're using Github actions
unless ENV['GITHUB_ACTIONS'].nil?
gem 'bumpsnag', git: 'https://github.com/bugsnag/platforms-bumpsnag', branch: 'better-commit-check'
gem 'bumpsnag', git: 'https://github.com/bugsnag/platforms-bumpsnag', branch: 'main'
end

0 comments on commit 70b0b88

Please sign in to comment.