Skip to content

Commit b4676ec

Browse files
Update main.yml
1 parent e577691 commit b4676ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "Using existing config file";
6363
else
6464
echo "Creating config file";
65-
cp guidance-for-medialake-on-aws/.cicd/config.json-template guidance-for-medialake-on-aws/config.json;
65+
cp .cicd/config.json-template guidance-for-medialake-on-aws/config.json;
6666
fi
6767
6868
AWS_ACCOUNT_ID="$(aws sts get-caller-identity --query Account --output text)"

0 commit comments

Comments
 (0)