Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin committed Jan 13, 2025
1 parent 15f65a2 commit 35bfe12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 150 deletions.
142 changes: 0 additions & 142 deletions .github/workflows/test-workflow.yml

This file was deleted.

16 changes: 8 additions & 8 deletions .github/workflows/weekly-summaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ jobs:
with:
path: ./out

- name: Commit and push if changed
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add data/ profiles/
git diff --staged --quiet || (git commit -m "Update contributor data and reports [skip ci]" && git push)
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Commit and push if changed
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add data/ profiles/
git diff --staged --quiet || (git commit -m "Update contributor data and reports [skip ci]" && git push)
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 35bfe12

Please sign in to comment.