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 a588346 commit 15f28b9Copy full SHA for 15f28b9
.github/workflows/help-command.yml
@@ -66,8 +66,8 @@ jobs:
66
{
67
title: '**Required GitHub Actions Variables:**',
68
items: [
69
- '- `CPLN_ORG_STAGING`: Control Plane authentication token',
70
- '- `CPLN_ORG_PRODUCTION`: Control Plane authentication token'
+ '- `CPLN_ORG_STAGING`: Control Plane Staging Org Name',
+ '- `CPLN_ORG_PRODUCTION`: Control Plane Production Org Name'
71
]
72
},
73
@@ -148,4 +148,4 @@ jobs:
148
issue_number: prNumber,
149
body: helpText
150
});
151
-
+
0 commit comments