Skip to content

Commit

Permalink
Merge pull request #520 from meshery/theBeginner86-patch-1
Browse files Browse the repository at this point in the history
[chore] Update components-to-doc.yml
  • Loading branch information
theBeginner86 authored Jun 22, 2023
2 parents 9a20167 + b136e44 commit b0220dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/components-to-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fi
}
mkdir output
folder_path=templates/oam/workloads/*
folder_path=templates/meshmodel/components/*
for file in $folder_path;
do
folder_name="$file/*"
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
destination_branch: 'master'
user_email: '[email protected]'
user_name: 'l5io'
commit_msg: 'Adapters Component added'
commit_msg: 'Adapters Component added'

0 comments on commit b0220dc

Please sign in to comment.