We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edd57f commit f4db341Copy full SHA for f4db341
README.md
@@ -24,7 +24,7 @@ To execute just run the following commaind inside a demo repository:
24
25
```bash
26
ACTIVITY_BR=main && MAX_PAST_DAYS=365 && COMMIT_NB= && COMMIT_MAX=7 && \
27
-curl -sL 'https://raw.githubusercontent.com/bobbyiliev/github-activity-bash-script/main/activity.sh' \
+curl -sL 'https://raw.githubusercontent.com/ccdd12/github-activity-bash-script/main/activity.sh' \
28
| bash ;
29
```
30
0 commit comments