Skip to content

Commit

Permalink
Merge pull request #9 from nation3/fix-wrong-directory
Browse files Browse the repository at this point in the history
fix wrong directory
  • Loading branch information
aahna-ashina authored Dec 10, 2023
2 parents 9016049 + 7be0d3d commit 396dde9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/fetch-coordinape-data-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
run: |
git config user.name 'NationCred bot'
git config user.email '[email protected]'
git add output/*
git add coordinape-users.csv
git add coordinape-contributions.csv
git commit --allow-empty -m 'fetch coordinape contributions - development guild'
- name: Push Changes
Expand Down Expand Up @@ -83,7 +84,8 @@ jobs:
run: |
git config user.name 'NationCred bot'
git config user.email '[email protected]'
git add output/*
git add coordinape-users.csv
git add coordinape-contributions.csv
git commit --allow-empty -m 'fetch coordinape contributions - ops guild'
- name: Push Changes
Expand Down Expand Up @@ -123,7 +125,8 @@ jobs:
run: |
git config user.name 'NationCred bot'
git config user.email '[email protected]'
git add output/*
git add coordinape-users.csv
git add coordinape-contributions.csv
git commit --allow-empty -m 'fetch coordinape contributions - marketing guild'
- name: Push Changes
Expand Down

0 comments on commit 396dde9

Please sign in to comment.