Skip to content

Update Trailhead Stats #317

Update Trailhead Stats

Update Trailhead Stats #317

name: Update Trailhead Stats
on:
schedule:
- cron: '0 0 * * *' # Runs daily
#- cron: '*/10 * * * *'
jobs:
update-stats:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: nabondance/[email protected]
with:
trailhead-username: 'moleksik'
display-type: 'card'
display-file: 'README.md'
showSkillTheme: 'winter'
showSkill: 'visible'
showCertification: 'detail'
showBadge: 'hidden'
showSuperBadge: 'icon'
showEventBadge: 'icon'
showStamp: 'icon'
showCertificationLatest: 'visible'
showBadgeLatest: 'visible'
showSuperBadgeLatest: 'visible'
showEventBadgeLatest: 'visible'
showStampLatest: 'visible'