Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandeep-Sagar-Panjala authored Mar 10, 2024
1 parent 4a94edb commit ae3f1e4
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
git add .
git commit -m "Modified Feed"
git push
uses: Sandeep-Sagar-Panjala/actions-doctor@mail

0 comments on commit ae3f1e4

Please sign in to comment.