Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcaredo89 committed Mar 31, 2024
1 parent d08ce4e commit 4200bed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ jobs:
pip install pyyaml
- name: Run Feed Generator
run: python feed.py
- name: Check for Changes
id: check_changes
run: |
git diff --exit-code || echo "Changes found"
- name: Push Changes
if: steps.check_changes.outputs['exit_code'] == 'Changes found'
run: |
git config --global user.name "ozcaredo89"
git config --global user.email "oscar.hv89@gmail.com"
Expand Down

0 comments on commit 4200bed

Please sign in to comment.