Skip to content

Commit

Permalink
Update read_time.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BanTomato authored Feb 3, 2024
1 parent 748bd2e commit 3e2271c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/read_time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
- name: weread heatmap
run: |
github_heatmap weread --weread_cookie "${{secrets.WEREAD_COOKIE}}" --year $YEAR --me "${{secrets.NAME}}" --with-animation --background-color=${{ vars.background_color||'#FFFFFF'}} --track-color=${{ vars.track_color||'#ACE7AE'}} --special-color1=${{ vars.special_color||'#69C16E'}} --special-color2=${{ vars.special_color2||'#549F57'}} --dom-color=${{ vars.dom_color||'#EBEDF0'}} --text-color=${{ vars.text_color||'#000000'}}
mkdir -p $OUT_FOLDER
- name: Rename weread.svg to a random name
run: |
RANDOM_FILENAME=$(uuidgen).svg
Expand Down

0 comments on commit 3e2271c

Please sign in to comment.