Skip to content

Update fork star

Update fork star #661

Workflow file for this run

name: Update fork star
on:
fork:
watch:
types:
- started
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: This repo has x stars y forks
uses: ouuan/This-repo-has-x-stars-y-forks-action@v2
with:
token: ${{ secrets.GH_TOKEN_PR }}
template: "JayantGoel001's Personal Portfolio with <starCount> stars ⭐ and <forkCount> forks 🎉."