Skip to content

Commit

Permalink
SK-1749: Updated service_account typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saileshwar-skyflow committed Nov 26, 2024
1 parent 3c3161f commit 38e0a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
exit 1
fi
echo "$SERVICE_ACCOUNT_CREDS" > ./tests/service-account/valid_credentials.json
echo "$SERVICE_ACCOUNT_CREDS" > ./tests/service_account/valid_credentials.json
STRING_FORMAT=$(echo $SERVICE_ACCOUNT_CREDS | jq -c .)
DICT_FORMAT=$(echo $SERVICE_ACCOUNT_CREDS | jq .)
Expand Down

0 comments on commit 38e0a16

Please sign in to comment.