Skip to content

Commit ae7fd51

Browse files
2 parents f1c9d8b + d7d0f63 commit ae7fd51

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
sshpass -e ssh -o StrictHostKeyChecking=no root@${{ secrets.SERVER_IP }} << 'EOF'
2424
set -e
25-
cd /home/andcoolsystems/json_stats
25+
cd /home/andcoolsystems/json-stats
2626
git fetch
2727
git stash
2828
git merge '@{u}'

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ DESCRIPTION="Your description"
1818
BIRTHDAY="2000-01-01" // Birthday date year/month/day
1919

2020
WAKATIME_URL="https://wakatime.com/share"
21-
WAKATIME_GLOBAL="/@AndcoolSystems/c20041f4-a965-47c3-ac36-7234e622a980.json" // WakaTime Global stats
22-
WAKATIME_LANGS="/@AndcoolSystems/eaa20c39-4e68-49d3-8760-93e93fbf1ff5.json" // WakaTime Langs stats
21+
WAKATIME_GLOBAL="/@AndcoolSystems/c20041f4-a965-47c3-ac36-7234e622a980.json" # WakaTime Global stats
22+
WAKATIME_LANGS="/@AndcoolSystems/eaa20c39-4e68-49d3-8760-93e93fbf1ff5.json" # WakaTime Langs stats
2323

24-
WEATHER_TOKEN="61d202e168925f843260a7f646f65118" // OpenWeatherMap Token
25-
WEATHER_LAT="xxx" // Location Latitude
26-
WEATHER_LON="xxx" // Location Longitude
24+
WEATHER_TOKEN="<token>" // OpenWeatherMap Token
25+
WEATHER_LAT="xxx" # Location Latitude
26+
WEATHER_LON="xxx" # Location Longitude
2727

28-
ACTIVITY_API="https://activity.andcool.ru/" // Path for activity API
29-
ACTIVITY_ID="t9mdtk" // ID of activity
28+
ACTIVITY_API="https://activity.andcool.ru/" # Path for activity API
29+
ACTIVITY_ID="t9mdtk" # ID of activity
3030

31-
DATETIME_TIMEZONE="Etc/GMT-3" // Yours timezone
31+
DATETIME_TIMEZONE="Etc/GMT-3" # Yours timezone
3232
```
3333

3434
- `GITHUB` – По этому ключу располагается access токен GitHub. Его можно получить [здесь](https://github.com/settings/tokens); Токен должен иметь права `read:org, repo`.

0 commit comments

Comments
 (0)