Skip to content

Commit

Permalink
Update generate_project_tree_structure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavya-24 authored Oct 2, 2024
1 parent e030beb commit 5396633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate_project_tree_structure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
echo '<details close>' >> README.md
echo '<summary><h2 align="center">Project Tree Structure 📁</h2> </summary>' >> README.md
echo
echo -e "\n"
echo '```plaintext' >> README.md
cat project_tree_structure.txt >> README.md
echo '```' >> README.md
Expand All @@ -49,4 +50,4 @@ jobs:
git config --local user.name "GitHub Action"
git add README.md project_tree_structure.txt
git commit -m "Update project tree structure in README" || echo "No changes to commit"
git push
git push

0 comments on commit 5396633

Please sign in to comment.