File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ export ORG_NAME=" jonico"
3
+ echo " ::set-output name=ORG_NAME::jonico"
4
+
5
+ export DB_NAME=" matrix-demos-jonico"
6
+ echo " ::set-output name=DB_NAME::matrix-demos-jonico"
7
+
8
+ export BRANCH_NAME=" new-directory-structure"
9
+ echo " ::set-output name=BRANCH_NAME::new-directory-structure"
10
+
11
+ export DEPLOY_REQUEST_NUMBER=" 2"
12
+ echo " ::set-output name=DEPLOY_REQUEST_NUMBER::2"
13
+
14
+ export DEPLOY_REQUEST_URL=" https://app.planetscale.com/jonico/matrix-demos-jonico/deploy-requests/2"
15
+ echo " ::set-output name=DEPLOY_REQUEST_URL::https://app.planetscale.com/jonico/matrix-demos-jonico/deploy-requests/2"
16
+
17
+ export BRANCH_URL=" https://app.planetscale.com/jonico/matrix-demos-jonico/new-directory-structure"
18
+ echo " ::set-output name=BRANCH_URL::https://app.planetscale.com/jonico/matrix-demos-jonico/new-directory-structure"
19
+
You can’t perform that action at this time.
0 commit comments