diff --git a/.github/workflows/github-stats-b.yml b/.github/workflows/github-stats-b.yml index 2f237e9..6983b11 100644 --- a/.github/workflows/github-stats-b.yml +++ b/.github/workflows/github-stats-b.yml @@ -65,7 +65,7 @@ jobs: plugin_discussions: yes # Step 2 - name: 💫️ @seanpm2001 GitHub Achievements - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_GitHub_Achievements.svg @@ -78,7 +78,7 @@ jobs: plugin_fortune: yes # Step 3 - name: 📈️ @seanpm2001 GitHub Stargazer graph ⭐️ - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_GitHub_Stargazers_Graph.svg @@ -88,7 +88,7 @@ jobs: plugin_stargazers_charts_type: graph # Step 4 - name: 📊️ @seanpm2001 GitHub Stargazers chart ⭐️ - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_GitHub_Stargazers_Chart.svg @@ -97,7 +97,7 @@ jobs: plugin_stargazers: yes # Step 5 - name: 💳️ @seanpm2001 GitHub Licenses and permissions - if: ${{ success() || failure() }} + with: filename: GitHub_Stats_B_GitHub_Licenses_Overview.svg token: ${{ secrets.METRICS_TOKEN }} @@ -108,7 +108,7 @@ jobs: plugin_licenses_setup: bash -c '[[ -f package.json ]] && npm ci || true' # Step 6 - name: 📈️ @seanpm2001 GitHub Licenses with open-source ratio graphs 💳️ - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_GitHub_Licenses_Ratio.svg @@ -122,7 +122,7 @@ jobs: plugin_licenses_ratio: yes # Step 7 - name: 💝 @seanpm2001 GitHub Sponsorships - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_GitHub_Sponsorships.svg @@ -131,7 +131,7 @@ jobs: plugin_sponsorships: yes # Step 8 - name: 🗓️ @seanpm2001 GitHub heatmap Current year calendar - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_GitHub_Calendar_2024.svg @@ -140,7 +140,7 @@ jobs: plugin_calendar: yes # Step 9 - name: 🗓️ @seanpm2001 GitHub heatmap Full history calendar - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_GitHub_Calendar_2020-Present.svg @@ -150,7 +150,7 @@ jobs: plugin_calendar_limit: 0 # Step 10 - name: 🚦️ @Seanpm2001 GitHub Repositories traffic - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_GitHub_Repository_Traffic.svg @@ -159,7 +159,7 @@ jobs: plugin_traffic: yes # Step 11 - name: 🌆️ @seanpm2001 GitHub Skyline (2020) - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_Seanpm2001_GitHub_Skyline_2020.svg @@ -171,7 +171,7 @@ jobs: plugin_skyline_quality: 1 # Step 12 - name: 🌆️ @seanpm2001 GitHub Skyline (2021) - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_Seanpm2001_GitHub_Skyline_2021.svg @@ -183,7 +183,7 @@ jobs: plugin_skyline_quality: 1 # Step 13 - name: 🌆️ @seanpm2001 GitHub Skyline (2022) - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_Seanpm2001_GitHub_Skyline_2022.svg @@ -195,7 +195,7 @@ jobs: plugin_skyline_quality: 1 # Step 14 - name: 🌆️ @seanpm2001 GitHub Skyline (2023) - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_Seanpm2001_GitHub_Skyline_2023.svg @@ -207,7 +207,7 @@ jobs: plugin_skyline_quality: 1 # Step 15 - name: 🌆️ @seanpm2001 GitHub Skyline (2024) - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_Seanpm2001_GitHub_Skyline_2024.svg @@ -219,7 +219,7 @@ jobs: plugin_skyline_quality: 1 # Step 16 - name: 🏙️ @seanpm2001 GitHub City (2020) - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_Seanpm2001_GitHub_City_2020.svg @@ -238,7 +238,7 @@ jobs: } # Step 17 - name: 🏙️ @seanpm2001 GitHub City (2021) - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_Seanpm2001_GitHub_City_2021.svg @@ -257,7 +257,7 @@ jobs: } # Step 18 - name: 🏙️ @seanpm2001 GitHub City (2022) - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_Seanpm2001_GitHub_City_2022.svg @@ -276,7 +276,7 @@ jobs: } # Step 19 - name: 🏙️ @seanpm2001 GitHub City (2023) - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_Seanpm2001_GitHub_City_2023.svg @@ -295,7 +295,7 @@ jobs: } # Step 20 - name: 🏙️ @seanpm2001 GitHub City (2024) - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_Seanpm2001_GitHub_City_2024.svg @@ -314,7 +314,7 @@ jobs: } # Step 21 - name: 🏷️ @seanpm2001 GitHub starred Labels ⭐️ - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_Seanpm2001_GitHub_StarredTopics_Labels_20.svg @@ -324,7 +324,7 @@ jobs: plugin_topics_limit: 20 # Step 22 - name: 🐍️ @seanpm2001 GitHub starred topics Icons ⭐️ - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_Seanpm2001_GitHub_StarredTopics_Icons_60.svg @@ -335,7 +335,7 @@ jobs: plugin_topics_mode: icons # Step 23 - name: 📅️ @seanpm2001 GitHub Half-year isometric calendar 🔳️ - if: ${{ success() || failure() }} + uses: lowlighter/metrics@latest with: filename: GitHub_Stats_B_Seanpm2001_GitHub_HalfYear_IsometricCalendar.svg @@ -362,7 +362,7 @@ jobs: plugin_discussions_categories_limit: 0 # - name: 🦑 Splatoon # uses: lowlighter/metrics@latest -# if: ${{ success() || failure() }} +# # with: # filename: splatoon.svg # token: ${{ secrets.TOKEN }} @@ -379,7 +379,7 @@ jobs: # h2 { display: none !important; } # .match:not(:last-child) { padding-bottom: 4px; } # - name: 🦑 Medias -# if: ${{ success() || failure() }} +# # uses: lowlighter/metrics@latest # with: # filename: medias.svg @@ -397,7 +397,7 @@ jobs: # plugin_music_playlist: ${{ secrets.PLAYLIST }} # plugin_music_limit: 9 # - name: 🦑 Sponsors -# if: ${{ success() || failure() }} +# # uses: lowlighter/metrics@latest # with: # filename: sponsors.svg