Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Nov 28, 2023
1 parent 35b3ec8 commit 42581d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/filter_communities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
contents: write

jobs:
fetch-all-tools:
filter-all-tools:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand All @@ -32,9 +32,9 @@ jobs:
env:
GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
- name: Commit results
# commit the new filtered data, only if stuff was changed
run: |
git config user.name github-actions
git config user.email [email protected]
git add results
git commit -m "filter communities bot"
git diff --quiet || (git add results && git commit -m "filter communities bot")
git push

0 comments on commit 42581d4

Please sign in to comment.