We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a94e38 commit 8b24bcdCopy full SHA for 8b24bcd
.github/workflows/blank.yml
@@ -27,7 +27,9 @@ jobs:
27
needs: [build]
28
if: github.ref == 'refs/heads/main'
29
runs-on: ubuntu-latest
30
- environment: staging
+ environment:
31
+ name: staging
32
+ url: http://staging.int.github.com
33
34
steps:
35
@@ -63,7 +65,9 @@ jobs:
63
65
64
66
67
- environment: production
68
69
+ name: production
70
+ url: http://www.github.com
71
72
73
@@ -82,7 +86,9 @@ jobs:
82
86
if: github.event_name == 'pull_request'
83
87
84
88
85
- environment: review
89
90
+ name: review
91
+ url: http://review-23.lab.github.com
92
93
94
0 commit comments