From 000fe61c9c551d0595187c96bc4ce885268f83fa Mon Sep 17 00:00:00 2001 From: Chris Farris Date: Sat, 9 Dec 2023 09:29:10 -0500 Subject: [PATCH] Update sync-to-test.yaml --- .github/workflows/sync-to-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-to-test.yaml b/.github/workflows/sync-to-test.yaml index 85f0e24..851f026 100644 --- a/.github/workflows/sync-to-test.yaml +++ b/.github/workflows/sync-to-test.yaml @@ -22,6 +22,7 @@ jobs: aws s3 sync --delete cloudformation/ s3://${S3_BUCKET}/aws-account-automation/ --content-type text/plain + pip install boto3 .github/workflows/index_files.py > Test-Links.md git config user.name github-actions