Create workflow to update README with badges
This workflow updates the README with badges using a scheduled cron job.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: Update badges
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Runs at 2am UTC
|
||||
- cron: "0 2 * * *"
|
||||
jobs:
|
||||
update-readme:
|
||||
name: Update Readme with badges
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Badges - Readme
|
||||
uses: pemtajo/badge-readme@main
|
||||
with:
|
||||
CREDLY_USER: john-ellis.d1fc1b41
|
||||
Reference in New Issue
Block a user