-
Notifications
You must be signed in to change notification settings - Fork 0
Change the content #5
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
base: master
Are you sure you want to change the base?
Conversation
|
@@ -3,7 +3,7 @@ import { message, danger } from "danger" | |||
export default async () => { | |||
// Print out a message to the PR | |||
const deployURL = process.env.PR_DEPLOY_URL_ROOT | |||
message(`Deployed to [a PR branch](${deployURL}) :tada:`) | |||
message(`Deployed to [a PR branch](${deployURL}) :tada: - try with the [name orta](${deployURL}?name=orta).`) |
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.
Note that this isn't changed in the message above, because the master version of the dangerfile.ts is used ( for security reasons )
@@ -3,7 +3,7 @@ | |||
</script> | |||
|
|||
<main> | |||
<h1>Hello {name}!</h1> | |||
<h1>Oh hi there, {name}!</h1> | |||
<p>Visit the <a href="https://svelte.dev/tutorial">Svelte tutorial</a> to learn how to build Svelte apps.</p> |
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.
You'll see that this has changed in the link above ( https://icy-moss-0dac87810.azurestaticapps.net/ )
Hello -> Hi