-
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 #15 from nation3/12-profile_id
Use profile_id instead of user_id #12
- Loading branch information
Showing
29 changed files
with
514 additions
and
545 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 |
---|---|---|
|
@@ -33,8 +33,8 @@ jobs: | |
- name: Install Node.js Packages 🔧 | ||
run: npm install | ||
|
||
# Fetch Coordinape users and store them in a CSV file 🧮 | ||
- run: node fetch-users.js | ||
# Fetch Coordinape profiles and store them in a CSV file 🧮 | ||
- run: node fetch-profiles.js | ||
|
||
# Fetch Coordinape contributions and store them in a CSV file 🧮 | ||
- run: node fetch-contributions.js | ||
|
@@ -43,7 +43,7 @@ jobs: | |
run: | | ||
git config user.name 'NationCred bot' | ||
git config user.email '[email protected]' | ||
git add coordinape-users.csv | ||
git add coordinape-profiles.csv | ||
git add coordinape-contributions.csv | ||
git commit --allow-empty -m '🧙 development guild - fetch coordinape contributions' | ||
|
@@ -74,8 +74,8 @@ jobs: | |
- name: Install Node.js Packages 🔧 | ||
run: npm install | ||
|
||
# Fetch Coordinape users and store them in a CSV file 🧮 | ||
- run: node fetch-users.js | ||
# Fetch Coordinape profiles and store them in a CSV file 🧮 | ||
- run: node fetch-profiles.js | ||
|
||
# Fetch Coordinape contributions and store them in a CSV file 🧮 | ||
- run: node fetch-contributions.js | ||
|
@@ -84,7 +84,7 @@ jobs: | |
run: | | ||
git config user.name 'NationCred bot' | ||
git config user.email '[email protected]' | ||
git add coordinape-users.csv | ||
git add coordinape-profiles.csv | ||
git add coordinape-contributions.csv | ||
git commit --allow-empty -m '⚙️ ops guild - fetch coordinape contributions' | ||
|
@@ -115,8 +115,8 @@ jobs: | |
- name: Install Node.js Packages 🔧 | ||
run: npm install | ||
|
||
# Fetch Coordinape users and store them in a CSV file 🧮 | ||
- run: node fetch-users.js | ||
# Fetch Coordinape profiles and store them in a CSV file 🧮 | ||
- run: node fetch-profiles.js | ||
|
||
# Fetch Coordinape contributions and store them in a CSV file 🧮 | ||
- run: node fetch-contributions.js | ||
|
@@ -125,7 +125,7 @@ jobs: | |
run: | | ||
git config user.name 'NationCred bot' | ||
git config user.email '[email protected]' | ||
git add coordinape-users.csv | ||
git add coordinape-profiles.csv | ||
git add coordinape-contributions.csv | ||
git commit --allow-empty -m '🎥 marketing guild - fetch coordinape contributions' | ||
|
@@ -156,8 +156,8 @@ jobs: | |
- name: Install Node.js Packages 🔧 | ||
run: npm install | ||
|
||
# Fetch Coordinape users and store them in a CSV file 🧮 | ||
- run: node fetch-users.js | ||
# Fetch Coordinape profiles and store them in a CSV file 🧮 | ||
- run: node fetch-profiles.js | ||
|
||
# Fetch Coordinape contributions and store them in a CSV file 🧮 | ||
- run: node fetch-contributions.js | ||
|
@@ -166,7 +166,7 @@ jobs: | |
run: | | ||
git config user.name 'NationCred bot' | ||
git config user.email '[email protected]' | ||
git add coordinape-users.csv | ||
git add coordinape-profiles.csv | ||
git add coordinape-contributions.csv | ||
git commit --allow-empty -m '🌳 ecoride network - fetch coordinape contributions' | ||
|
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
30 changes: 15 additions & 15 deletions
30
...tizen_address_per_coordinape_user_id.json → ...en_address_per_coordinape_profile_id.json
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
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
Oops, something went wrong.