You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
This command is sending a hostname like mu-my-awesome-site.pantheonsite.io rather than a full url like https://mu-my-awesome-site.pantheonsite.io, which is what we have in examples. I think we should be sending the https:// too in the param name.
This difference isn't breaking anything as long as the Gatsby site getting triggered knows if the incoming param will have https:// or not. But it's worth picking one and aligning this plugin with the orb examples.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This command is sending a hostname like
mu-my-awesome-site.pantheonsite.io
rather than a full url likehttps://mu-my-awesome-site.pantheonsite.io
, which is what we have in examples. I think we should be sending thehttps://
too in the param name.This difference isn't breaking anything as long as the Gatsby site getting triggered knows if the incoming param will have
https://
or not. But it's worth picking one and aligning this plugin with the orb examples.The text was updated successfully, but these errors were encountered: