-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from nation3/fix-wrong-directory
fix wrong directory
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|