Skip to content

Commit

Permalink
Update Synchronizing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrenny authored May 22, 2024
1 parent 77fe55b commit be89fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Synchronizing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
line="${file#change_file_list_}"
echo $line
if [[ -d "aws-integrations/lambda-integrations/$line" ]]; then
mv template-readme-directory-${line}{/${line}_README aws-integrations/lambda-integrations/$line/README.md
mv template-readme-directory-${line}/${line}_README aws-integrations/lambda-integrations/$line/README.md
mv template-readme-directory-${line}/${line}_template.yaml aws-integrations/lambda-integrations/$line/template.yaml
if [ -f "template-readme-directory-${line}/${line}_CHANGELOG.md" ]; then
mv template-readme-directory-{line}/${line}_CHANGELOG.md aws-integrations/lambda-integrations/$line/CHANGELOG.md
Expand Down

0 comments on commit be89fd7

Please sign in to comment.