Skip to content

Commit

Permalink
Skip potentially unnecessary commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Aug 1, 2024
1 parent fa49e38 commit 21998ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/periodic-scrape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
echo "changes=true" >> $GITHUB_OUTPUT
fi
- name: Commit changes
if: ${{ steps.git_diff.outputs.changes == 'true' }}
run: |
git commit -m "Update community contributors list"
- name: Create Pull Request
if: ${{ steps.git_diff.outputs.changes == 'true' }}
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 21998ac

Please sign in to comment.