Skip to content

Commit

Permalink
Merge remote-tracking branch 'prime_eagle_repo/main' into add_languag…
Browse files Browse the repository at this point in the history
…e_granularity
  • Loading branch information
jrlagrone committed Dec 18, 2024
2 parents 951bf34 + 9d3ac8a commit 09440bb
Show file tree
Hide file tree
Showing 12 changed files with 3,858 additions and 176,618 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ github.repository_owner }}
- name: Commit & Push
run: |
git config user.name github-actions
git config user.email [email protected]
git add -A .
git commit -m "generated"
git push
run: |
git config user.name github-actions
git config user.email [email protected]
git add -A .
git diff --staged --exit-code || (git commit -m "generated" && git push)
```

Note: If you also want to include the private repository, register the "personal access token" in the repository and set it to GITHUB_TOKEN specified in the workflow file.
Expand All @@ -67,6 +66,8 @@ This will add the action to the repository.
* `GITHUB_TOKEN` : (required) access token
* `USERNAME` : (required) target user name (or specify with an argument).
* `MAX_REPOS` : (optional) max repositories, default 100 - since ver. 0.2.0
* `MAX_LANGUAGES` : (optional) maximum number of languages to display on pie chart, default 5.
* `IGNORE_LANGUAGES` : (optional) comma delimited list of languages to ignore.
* `SETTING_JSON` : (optional) settings json file path. See `sample-settings/*.json` and `src/type.ts` in `yoshi389111/github-profile-3d-contrib` repository for details. - since ver. 0.6.0

### step 3. Manually launch the action
Expand Down
Loading

0 comments on commit 09440bb

Please sign in to comment.