Delete update-readme.yml

This commit is contained in:
Lucas
2021-08-18 22:21:14 +02:00
committed by GitHub
parent 5218657779
commit 0d552dd987
-17
View File
@@ -1,17 +0,0 @@
name: GitHub - Activity - Readme
on:
schedule:
- cron: '*/30 * * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: Update this repo's README with recent activity
steps:
- uses: actions/checkout@v2
- uses: jamesgeorge007/github-activity-readme@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}