Skip to content

Commit

Permalink
original test
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames authored Dec 15, 2024
1 parent 17ae3bf commit 1fd9cb0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/periodic-scrape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ jobs:
echo "changes=true" >> $GITHUB_OUTPUT
fi
- name: Create Pull Request
- name: Create changes
if: ${{ steps.git_diff.outputs.changes == 'true' }}
uses: peter-evans/create-pull-request@v6
with:
commit-message: "Update community contributors list"
branch: automated/update-community-contributes
title: "Update community contributors list"
body: "Updates the list of community contributors"
run: |
git commit -am "Update community contributors list"
git push

0 comments on commit 1fd9cb0

Please sign in to comment.