Skip to content

CI: tell dependabot to update GH Actions #143

CI: tell dependabot to update GH Actions

CI: tell dependabot to update GH Actions #143

name: Refresh Team Page
on:
push:
branches: [ main ]
permissions: {}
jobs:
build:
name: Refresh Contributors Stats
runs-on: ubuntu-latest
steps:
- name: Call GitHub API
run: |
curl "https://api.github.com/repos/${{ github.repository }}/stats/contributors"