Skip to content

Commit 7313236

Browse files
committed
Updated README.md
1 parent 813dc1d commit 7313236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const workflow = {
3434
steps: [{
3535
name: "GET request",
3636
http: {
37-
url: "https://{{env.host}}",
37+
url: "https://${{env.host}}",
3838
method: "GET",
3939
check: {
4040
status: "/^20/"
@@ -80,7 +80,7 @@ const workflow = {
8080
steps: [{
8181
name: "GET request",
8282
http: {
83-
url: "https://{{env.host}}",
83+
url: "https://${{env.host}}",
8484
method: "GET",
8585
check: {
8686
status: "/^20/"

0 commit comments

Comments
 (0)