Skip to content

Commit 8b24bcd

Browse files
authored
Update blank.yml
1 parent 6a94e38 commit 8b24bcd

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/blank.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
needs: [build]
2828
if: github.ref == 'refs/heads/main'
2929
runs-on: ubuntu-latest
30-
environment: staging
30+
environment:
31+
name: staging
32+
url: http://staging.int.github.com
3133

3234
steps:
3335

@@ -63,7 +65,9 @@ jobs:
6365
if: github.ref == 'refs/heads/main'
6466

6567
runs-on: ubuntu-latest
66-
environment: production
68+
environment:
69+
name: production
70+
url: http://www.github.com
6771

6872
steps:
6973

@@ -82,7 +86,9 @@ jobs:
8286
if: github.event_name == 'pull_request'
8387

8488
runs-on: ubuntu-latest
85-
environment: review
89+
environment:
90+
name: review
91+
url: http://review-23.lab.github.com
8692

8793
steps:
8894

0 commit comments

Comments
 (0)