push uncommitted code

This commit is contained in:
Elijah Olmos 2024-11-15 18:07:48 -07:00
parent d068496aa5
commit 3922140f9a
No known key found for this signature in database
GPG Key ID: 6A473E603BE90261

View File

@ -944,7 +944,7 @@ module GitHub
end end
rescue => e rescue => e
# Ignore SAML access errors (https://github.com/Homebrew/brew/issues/18610) # Ignore SAML access errors (https://github.com/Homebrew/brew/issues/18610)
raise unless e.message.casecmp?("SAML") raise unless e.message.include?("SAML")
end end
false false