|
4 | 4 |
|
5 | 5 | 
|
6 | 6 |
|
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
7 | 11 | [日本語](./docs/README.ja-jp.md)
|
8 | 12 |
|
9 | 13 | ## Overview
|
|
47 | 51 | name: generate-github-profile-3d-contrib
|
48 | 52 | steps:
|
49 | 53 | - uses: actions/checkout@v2
|
50 |
| - - uses: yoshi389111/github-profile-3d-contrib@0.2.0 |
| 54 | + - uses: yoshi389111/github-profile-3d-contrib@0.3.0 |
51 | 55 | env:
|
52 | 56 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
53 | 57 | USERNAME: ${{ github.repository_owner }}
|
@@ -82,15 +86,31 @@ The profile image is generated with the following paths.
|
82 | 86 | * `profile-3d-contrib/profile-green.svg`
|
83 | 87 | * `profile-3d-contrib/profile-season-animate.svg`
|
84 | 88 | * `profile-3d-contrib/profile-season.svg`
|
| 89 | +* `profile-3d-contrib/profile-south-season-animate.svg` |
| 90 | +* `profile-3d-contrib/profile-south-season.svg` |
| 91 | +* `profile-3d-contrib/profile-night-view.svg` |
| 92 | +* `profile-3d-contrib/profile-night-rainbow.svg` |
85 | 93 |
|
86 | 94 | example: green version
|
87 | 95 |
|
88 | 96 | 
|
89 | 97 |
|
90 |
| -example: season version |
| 98 | +example: season version (Northern Hemisphere.) |
91 | 99 |
|
92 | 100 | 
|
93 | 101 |
|
| 102 | +example: season version (Southern Hemisphere.) |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | +example: night view version |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | +example: night reinbow version |
| 111 | + |
| 112 | + |
| 113 | + |
94 | 114 | ### step 4. Add image to README.md
|
95 | 115 |
|
96 | 116 | Add the path of the generated image to the readme file.
|
|
0 commit comments