Skip to content

Commit 9a0b830

Browse files
committed
Lint
1 parent a66afa3 commit 9a0b830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/csharp_databricks_e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
-d "subject_token_type=urn:ietf:params:oauth:token-type:jwt" \
114114
-d "scope=sql")
115115
116-
DATABRICKS_TOKEN=$(echo "$OAUTH_RESPONSE" | jq -r '.access_token')
116+
DATABRICKS_TOKEN=$(echo "$OAUTH_RESPONSE" | jq -r '.access_token')
117117
118118
if [ "$DATABRICKS_TOKEN" = "null" ] || [ -z "$DATABRICKS_TOKEN" ]; then
119119
echo "Failed to get Databricks access token. Response:"
@@ -126,7 +126,7 @@ jobs:
126126
cat > "$DATABRICKS_CONFIG_FILE" << EOF
127127
{
128128
"hostName": "$DATABRICKS_WORKSPACE_URL",
129-
"port": "443",
129+
"port": "443",
130130
"path": "$DATABRICKS_WAREHOUSE_PATH",
131131
"auth_type": "oauth",
132132
"access_token": "$DATABRICKS_TOKEN"

0 commit comments

Comments
 (0)