From f8e8f67041cfc30d1c1bbe865611297560e8a84a Mon Sep 17 00:00:00 2001 From: Prasanna Anbazhagan Date: Mon, 3 Feb 2025 10:37:54 +0530 Subject: [PATCH] Save commit --- .github/workflows/update-home-page.yaml | 12 ++++++------ index.md | 6 ------ 2 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 index.md diff --git a/.github/workflows/update-home-page.yaml b/.github/workflows/update-home-page.yaml index e7b045f..39f2a96 100644 --- a/.github/workflows/update-home-page.yaml +++ b/.github/workflows/update-home-page.yaml @@ -11,10 +11,10 @@ jobs: uses: actions/checkout@v3 - name: Generate Homepage run: | - echo "# SkunkWorks" > index.md - echo "## Projects" >> index.md - echo "| Project Name | Description | Status | Contributors | Technology | Tags |" >> index.md - echo "|--------------|-------------|--------|--------------|------------|------|" >> index.md + echo "# SkunkWorks" > README.md + echo "## Projects" >> README.md + echo "| Project Name | Description | Status | Contributors | Technology | Tags |" >> README.md + echo "|--------------|-------------|--------|--------------|------------|------|" >> README.md for file in projects/*.md; do if [[ $file == "projects/_template.md" ]]; then continue @@ -34,12 +34,12 @@ jobs: else status_icon=$status fi - echo "| [$title]($file) | $description | $status_icon | $contributors | $tech | $tags |" >> index.md + echo "| [$title]($file) | $description | $status_icon | $contributors | $tech | $tags |" >> README.md done - name: Commit changes run: | git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com" - git add index.md + git add README.md git commit -m "Automatically update homepage with project details and tech stack" git push \ No newline at end of file diff --git a/index.md b/index.md deleted file mode 100644 index 8b4ab9d..0000000 --- a/index.md +++ /dev/null @@ -1,6 +0,0 @@ -# SkunkWorks -## Projects -| Project Name | Description | Status | Contributors | Technology | Tags | -|--------------|-------------|--------|--------------|------------|------| -| [Wealth Wave](projects/wealthwave.md) | A tool to maintain and track investments. | ✅ | Prasanna Anbazhagan @prasannasahaj, - Finance - Tool,https://raw.githubusercontent.com/sahajsoft/skunkworks/main/assets/wealth_wave_1.png https://raw.githubusercontent.com/sahajsoft/skunkworks/main/assets/wealth_wave_2.png,https://raw.githubusercontent.com/sahajsoft/skunkworks/main/assets/wealth_wave_3.png https://raw.githubusercontent.com/sahajsoft/skunkworks/main/assets/wealth_wave_4.png, - Flutter - AWS, - TypeScript | | Finance | -[Add a New Project](https://github.com/[your-username]/hobby-projects/new/main/projects)