Skip to content

Commit 76c293a

Browse files
author
tejasgn
committed
correcting variable name
1 parent 4c1b733 commit 76c293a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-steer-specs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run_job_with_aws:
2222
runs-on: ubuntu-latest
2323
env:
24-
sdk_name: ${{ github.event.inputs.sdk_name || 'steering_docs' }}
24+
dir_name: ${{ github.event.inputs.dir_name || 'steering_docs' }}
2525

2626
steps:
2727
- name: Checkout
@@ -54,7 +54,7 @@ jobs:
5454
if [ "$dir_name" == "steering_docs" ]; then
5555
aws s3 sync "./$dir_name/" "s3://$S3_NAME-bucket/" --delete
5656
else
57-
aws s3 sync "./filtered_scenarios/scenarios/" "s3://$S3_NAME-bucket/" --delete
57+
aws s3 sync "./filtered_scenarios/" "s3://$S3_NAME-bucket/" --delete
5858
fi
5959
6060
- name: Sync Knowledge Base Data Source

0 commit comments

Comments
 (0)