diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f83c96..cf845b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,20 +6,5 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v3 - - name: setup Python - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - name: Install Dependencies - run: | - python -m pip install --upgrade pip - pip install pyyaml - name: Run Feed Generator - run: python feed.py - - name: Push Repo - run: | - git config user.name github-actions - git config user.email github-actions@github.com - git add . - git commit -m "Modified Feed" - git push + uses: Sandeep-Sagar-Panjala/actions-doctor@mail