commit 7010afa0be8f49f77436879e322e360197955f08
parent cac8a77ffca68d1f3931c669e88e3d38f8164617
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date: Thu, 5 Mar 2026 23:15:20 +0900
Update wordcloud.yml
Diffstat:
1 file changed, 20 insertions(+), 28 deletions(-)
diff --git a/.github/workflows/wordcloud.yml b/.github/workflows/wordcloud.yml
@@ -1,28 +1,20 @@
-name: Generate Word Cloud
-
-on:
- schedule:
- - cron: "0 0 * * *"
- workflow_dispatch:
-
-jobs:
- generate-word-cloud:
- runs-on: ubuntu-latest
- steps:
- - name: Checkout
- uses: actions/checkout@v3
-
- - name: Generate Word Cloud
- uses: x-motavis/word-cloud-action@v1
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- username: minerva-jupiter
- font_path: ./fonts/noto-sans.ttf
-
- - name: Commit and Push
- run: |
- git config --global user.name "github-actions[bot]"
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
- git add word-cloud.png
- git commit -m "Update word cloud"
- git push
+- name: Profile WordCloud
+ # You may pin to the exact commit or the version.
+ # uses: Parply/profile-wordcloud@e0fa58bb034a9b0feb2d04efe5cdd91f8a644a05
+ uses: Parply/profile-wordcloud@v0.0.1
+ with:
+ # GitHub access token with Repo scope
+ GH_TOKEN: # default is ${{ github.token }}
+ # Branch to commit to
+ BRANCH: # optional, default is master
+ # Author name
+ AUTHOR: # optional, default is wordcloud bot
+ # File types to ignore
+ IGNORE_FILE_TYPES: # optional, default is .pdf,.o,.csv
+ # Repos to ignore
+ IGNORE_REPOS: # optional, default is
+ # Colourmap to use
+ CMAP: # optional, default is hsv
+ # Width of photo
+ WIDTH: # optional, default is 100%
+