-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Small workflow updates #1018
✨ Small workflow updates #1018
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi 👋 We couldn't create a preview environment for this pull-request 😥 You can see your environment build logs here. Please double-check your If you need help, email us at [email protected] or join Discord. Click here to disable Ergomake. |
response = requests.get(self.input_config.url) | ||
code = response.status_code | ||
except RequestException: | ||
code = None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might be good to log something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah we need better logging throughout
Splitting up for a smaller PR