File: refresh_team_page.yml

package info (click to toggle)
ruby-faraday 2.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,008 kB
  • sloc: ruby: 6,509; sh: 10; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"