Skip to content

Commit d790977

Browse files
Refactor config file path in workflow
1 parent b4676ec commit d790977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ jobs:
5858
InitialUserLastName: 'User'
5959
OpenSearchDeploymentSize: 'large'
6060
run: |
61-
if [ -f guidance-for-medialake-on-aws/config.json ]; then
61+
if [ -f config.json ]; then
6262
echo "Using existing config file";
6363
else
6464
echo "Creating config file";
65-
cp .cicd/config.json-template guidance-for-medialake-on-aws/config.json;
65+
cp .cicd/config.json-template config.json;
6666
fi
6767
6868
AWS_ACCOUNT_ID="$(aws sts get-caller-identity --query Account --output text)"

0 commit comments

Comments
 (0)