Skip to content

Update this repo's README #34

Update this repo's README

Update this repo's README #34

Workflow file for this run

name: Update this repo's README
permissions:
contents: write
on:
workflow_dispatch:
schedule:
# Once a day at 8 AM
- cron: 0 8 * * *
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: sarisia/actions-readme-feed@v1
with:
url: 'https://xpirit.com/news/feed/'
file: 'profile/README.md'
- uses: sarisia/actions-commit@master